summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 00:35:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 16:20:11 +0100
commitde94865859eaca2dd2b8997e4ca11f26b0d78354 (patch)
tree90eef9376d765e9e128b94ab0adceeeddbb19713
parent05fe0f5648a75fbf71f3de596512791bc6b83b89 (diff)
downloadpatches-de94865859eaca2dd2b8997e4ca11f26b0d78354.tar
patches-de94865859eaca2dd2b8997e4ca11f26b0d78354.tar.gz
gnu: git-test-sequence: Use HTTPS home page.
* gnu/packages/version-control.scm (git-test-sequence)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/version-control.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d25df4c63d..5049d45f1c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1256,7 +1256,7 @@ though this can be overridden.")
(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