mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gitolite: Use HTTPS home page.
* gnu/packages/version-control.scm (gitolite)[home-page]: Use HTTPS.
This commit is contained in:
parent
e48ae0bcf9
commit
fdfe65b74c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue