gnu: git-flow: Use HTTPS home page.
* gnu/packages/version-control.scm (git-flow)[home-page]: Use HTTPS.master
parent
d518851710
commit
8173e7a02a
|
@ -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
|
||||
|
|
Reference in New Issue