gnu: nix, patchelf: Use HTTPS for nixos.org home pages.

* gnu/packages/elf.scm (patchelf)[home-page]: Use HTTPS.
* gnu/packages/package-management.scm (nix)[home-page]: Likewise.
master
Tobias Geerinckx-Rice 2018-02-20 05:01:22 +01:00
parent ba3913a5d3
commit 775989c7a8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ Executable and Linkable Format (@dfn{ELF}). This includes @command{ld},
%standard-phases)) %standard-phases))
'())) '()))
(home-page "http://nixos.org/patchelf.html") (home-page "https://nixos.org/patchelf.html")
(synopsis "Modify the dynamic linker and RPATH of ELF executables") (synopsis "Modify the dynamic linker and RPATH of ELF executables")
(description (description
"PatchELF allows the ELF \"interpreter\" and RPATH of an ELF binary to be "PatchELF allows the ELF \"interpreter\" and RPATH of an ELF binary to be

View File

@ -370,7 +370,7 @@ out) and returning a package that uses that as its 'source'."
("perl-www-curl" ,perl-www-curl) ("perl-www-curl" ,perl-www-curl)
("perl-dbi" ,perl-dbi) ("perl-dbi" ,perl-dbi)
("perl-dbd-sqlite" ,perl-dbd-sqlite))) ("perl-dbd-sqlite" ,perl-dbd-sqlite)))
(home-page "http://nixos.org/nix/") (home-page "https://nixos.org/nix/")
(synopsis "The Nix package manager") (synopsis "The Nix package manager")
(description (description
"Nix is a purely functional package manager. This means that it treats "Nix is a purely functional package manager. This means that it treats