mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01: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 @@ 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 it’s
|
"git-test-sequence is similar to an automated git bisect except it’s
|
||||||
|
|
Loading…
Add table
Reference in a new issue