diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:35:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 16:20:11 +0100 |
commit | de94865859eaca2dd2b8997e4ca11f26b0d78354 (patch) | |
tree | 90eef9376d765e9e128b94ab0adceeeddbb19713 /gnu | |
parent | 05fe0f5648a75fbf71f3de596512791bc6b83b89 (diff) | |
download | patches-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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 2 |
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 |