mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
05fe0f5648
commit
de94865859
1 changed files with 1 additions and 1 deletions
|
@ -1256,7 +1256,7 @@ (define-public git-test-sequence
|
|||
(install-file (string-append source "/" script)
|
||||
bindir)
|
||||
#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")
|
||||
(description
|
||||
"git-test-sequence is similar to an automated git bisect except it’s
|
||||
|
|
Loading…
Reference in a new issue