diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:33:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-12 05:00:45 +0100 |
commit | a3228917803a791214b8552812f798a09ec9f1bd (patch) | |
tree | aa9a4ec158b8f24a976b4481bd35375796a1271b | |
parent | e60969d54c5aa0c4c368860d632f3bf83bee500d (diff) |
gnu: gource: Use HTTPS home page.
* gnu/packages/version-control.scm (gource)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/version-control.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 69358695ce..cd3e868670 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -2164,7 +2164,7 @@ be served with a HTTP file server of your choice.") ("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 |