github-hosts-sync: update default URL
This commit is contained in:
parent
866e94b4fa
commit
c7cfc7d6a3
|
@ -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;
|
||||
|
|
|
@ -4,7 +4,7 @@ exec >&2
|
|||
|
||||
hosts_srcdir=$GITHUB_HOST_SYNC_SRCDIR
|
||||
hosts_worktree=${GITHUB_HOST_SYNC_WORKTREE-/tmp/hosts}
|
||||
hosts_url=${GITHUB_HOST_SYNC_URL-git@github.com:krebscode/hosts.git}
|
||||
hosts_url=${GITHUB_HOST_SYNC_URL-git@github.com:krebs/hosts.git}
|
||||
|
||||
test -d "$hosts_worktree" || git clone "$hosts_url" "$hosts_worktree"
|
||||
|
||||
|
|
Loading…
Reference in a new issue