gnu: gitolite: Use HTTPS home page.

* gnu/packages/version-control.scm (gitolite)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 23:09:33 +01:00
parent e48ae0bcf9
commit fdfe65b74c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1310,7 +1310,7 @@ also walk each side of a merge and test those changes individually.")
(propagated-inputs (propagated-inputs
`(("git" ,git) `(("git" ,git)
("openssh" ,openssh))) ("openssh" ,openssh)))
(home-page "http://gitolite.com") (home-page "https://gitolite.com")
(synopsis "Git access control layer") (synopsis "Git access control layer")
(description (description
"Gitolite is an access control layer on top of Git, providing fine access "Gitolite is an access control layer on top of Git, providing fine access