diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-30 00:48:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-30 01:30:16 +0200 |
commit | 6fd52309b8f52c9bb59fccffac53e029ce94b698 (patch) | |
tree | bf54edb6c182356547acfa82deba8c402b03738c /gnu/packages/version-control.scm | |
parent | c219997a146dc7a955d4f58d36afab2aa926f49c (diff) | |
download | gnu-guix-6fd52309b8f52c9bb59fccffac53e029ce94b698.tar gnu-guix-6fd52309b8f52c9bb59fccffac53e029ce94b698.tar.gz |
gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.
All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
Diffstat (limited to 'gnu/packages/version-control.scm')
-rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 57589c04aa..6d8fb2d2cb 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -808,7 +808,7 @@ projects, from individuals to large-scale enterprise operations.") "1zsx7bb0rgvvvisiy4zlixf56ay8wbd9qqqcp1a1g0m1gl6mlg86")))) (build-system gnu-build-system) (native-inputs `(("ed" ,ed))) - (home-page "http://www.gnu.org/software/rcs/") + (home-page "https://www.gnu.org/software/rcs/") (synopsis "Per-file local revision control system") (description "RCS is the original Revision Control System. It works on a @@ -961,7 +961,7 @@ large, complex patch files.") ;; These are needed for the tests (native-inputs `(("git" ,git) ("cvs" ,cvs))) - (home-page "http://www.gnu.org/software/cssc/") + (home-page "https://www.gnu.org/software/cssc/") (synopsis "File-based version control like SCCS") (description "GNU CSSC provides a replacement for the legacy Unix source code control system SCCS. This allows old code still under that system to be |