about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-11 09:07:57 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-11 09:07:57 +0200
commit57f1f80f8cfb2bf19e5c7efe903ee4123daded97 (patch)
tree7200043f2cbb911c513607511a0ed432d2f49881
parentstyle(common/init): Run through `nix fmt` (diff)
downloadflake-templates-57f1f80f8cfb2bf19e5c7efe903ee4123daded97.tar.gz
flake-templates-57f1f80f8cfb2bf19e5c7efe903ee4123daded97.zip
feat(common/init): Set `git.vhack.eu` as default git upstream
-rw-r--r--[-rwxr-xr-x]common/files/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/files/init b/common/files/init
index 3498d56..f416b34 100755..100644
--- a/common/files/init
+++ b/common/files/init
@@ -59,7 +59,7 @@ prompt AUTHOR_NAME "The name of the author (or authors)" "$(git config --get use
 prompt AUTHOR_EMAIL "The email of the author (or authors)" "$(git config --get user.email)"
 
 # cog change-log variables
-prompt REMOTE "The remote, this project will be pushed to" "codeberg.org"
+prompt REMOTE "The remote, this project will be pushed to" "git.vhack.eu"
 prompt REPOSITORY "The name of the repository in the remote" "$APPLICATION_NAME"
 prompt OWNER "The name of owner of the repository" "$AUTHOR_NAME"