Fix repo urls for init and netdb

This commit is contained in:
Jeremy Soller 2018-08-19 11:26:47 -06:00
parent 04f6d62a3e
commit c49323d8bc
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
GIT=https://gitlab.redox-os.org/redox-os/init
GIT=https://gitlab.redox-os.org/redox-os/init.git

View File

@ -1,4 +1,4 @@
GIT=https://gitlab.redox-os.org/redox-os/netdb
GIT=https://gitlab.redox-os.org/redox-os/netdb.git
function recipe_version {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"