summaryrefslogtreecommitdiffstats
path: root/krebs/3modules
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-05-17 13:43:13 +0200
committertv <tv@krebsco.de>2019-05-17 13:43:13 +0200
commitc7cfc7d6a3988615fd40369d0e02bd570a52bc7f (patch)
tree715a6675a92884898ff75a4e9c04baf196f43885 /krebs/3modules
parent866e94b4fa70181b9ae753b51d59c27ce42c9497 (diff)
github-hosts-sync: update default URL
Diffstat (limited to 'krebs/3modules')
-rw-r--r--krebs/3modules/github-hosts-sync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/github-hosts-sync.nix b/krebs/3modules/github-hosts-sync.nix
index 233cea68..6ffaf550 100644
--- a/krebs/3modules/github-hosts-sync.nix
+++ b/krebs/3modules/github-hosts-sync.nix
@@ -25,7 +25,7 @@ let
};
url = mkOption {
type = types.str;
- default = "git@github.com:krebscode/hosts.git";
+ default = "git@github.com:krebs/hosts.git";
};
workTree = mkOption {
type = types.absolute-pathname;