mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: gource: Use HTTPS home page.
* gnu/packages/version-control.scm (gource)[home-page]: Use HTTPS.
This commit is contained in:
parent
e60969d54c
commit
a322891780
1 changed files with 1 additions and 1 deletions
|
@ -2164,7 +2164,7 @@ (define-public gource
|
|||
("mesa" ,mesa)
|
||||
("pcre" ,pcre)
|
||||
("sdl-union" ,(sdl-union (list sdl2 sdl2-image)))))
|
||||
(home-page "http://gource.io/")
|
||||
(home-page "https://gource.io/")
|
||||
(synopsis "3D visualisation tool for source control repositories")
|
||||
(description "@code{gource} provides a software version control
|
||||
visualization. The repository is displayed as a tree where the root of the
|
||||
|
|
Loading…
Reference in a new issue