commit 258adea4e8a1ad7e0f3942f881ab30ec43f3869e
parent 32ed75cfea36c8520440027583ea95ea7f3daf6b
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Sat, 24 Oct 2020 13:27:05 +0200

Change protocol from git to https on repo url

Diffstat:
Minit | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init b/init @@ -14,5 +14,5 @@ ln -sf "/usr/local/share/doc/stagit/example_post-receive.sh" "hooks/post-receive ln -sf "post-update.sample" "hooks/post-update" echo "Oscar Benedito" > "owner" -echo "git://git.oscarbenedito.com/${p%.git}" > "url" +echo "https://git.oscarbenedito.com/${p%.git}" > "url" echo "${p%.git}" > "description"