diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:10:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 00:13:56 +0100 |
commit | 8173e7a02ab950997a4ea641528a1a988c6bda58 (patch) | |
tree | 9db5664ef8e5d15eeb2901dea76bb1e6c8d21d67 | |
parent | d518851710abeb0e8bd4374c9836ac7ad7752186 (diff) | |
download | guix-8173e7a02ab950997a4ea641528a1a988c6bda58.tar.gz guix-8173e7a02ab950997a4ea641528a1a988c6bda58.zip |
gnu: git-flow: Use HTTPS home page.
* gnu/packages/version-control.scm (git-flow)[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 c289e43d94..52626f8076 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1066,7 +1066,7 @@ will work.") "gitflow-shFlags"))))) (delete 'configure) (delete 'build)))) - (home-page "http://nvie.com/posts/a-successful-git-branching-model/") + (home-page "https://nvie.com/posts/a-successful-git-branching-model/") (synopsis "Git extensions for Vincent Driessen's branching model") (description "Vincent Driessen's branching model is a git branching and release |