gnu: git-test-sequence: Use HTTPS home page.

* gnu/packages/version-control.scm (git-test-sequence)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:35:05 +01:00
parent 05fe0f5648
commit de94865859
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1256,7 +1256,7 @@ though this can be overridden.")
(install-file (string-append source "/" script) (install-file (string-append source "/" script)
bindir) bindir)
#t)))) #t))))
(home-page "http://dustin.sallings.org/2010/03/28/git-test-sequence.html") (home-page "https://dustin.sallings.org/2010/03/28/git-test-sequence.html")
(synopsis "Run a command over a sequence of commits") (synopsis "Run a command over a sequence of commits")
(description (description
"git-test-sequence is similar to an automated git bisect except its "git-test-sequence is similar to an automated git bisect except its