gnu: git-test-sequence: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 20 Mar 2020 23:35:05 +0000 (00:35 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 21 Mar 2020 15:20:11 +0000 (16:20 +0100)
* gnu/packages/version-control.scm (git-test-sequence)[home-page]: Use HTTPS.

gnu/packages/version-control.scm

index d25df4c..5049d45 100644 (file)
@@ -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