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.
This commit is contained in:
parent
ba3913a5d3
commit
775989c7a8
|
@ -137,7 +137,7 @@ Executable and Linkable Format (@dfn{ELF}). This includes @command{ld},
|
|||
%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")
|
||||
(description
|
||||
"PatchELF allows the ELF \"interpreter\" and RPATH of an ELF binary to be
|
||||
|
|
|
@ -370,7 +370,7 @@ out) and returning a package that uses that as its 'source'."
|
|||
("perl-www-curl" ,perl-www-curl)
|
||||
("perl-dbi" ,perl-dbi)
|
||||
("perl-dbd-sqlite" ,perl-dbd-sqlite)))
|
||||
(home-page "http://nixos.org/nix/")
|
||||
(home-page "https://nixos.org/nix/")
|
||||
(synopsis "The Nix package manager")
|
||||
(description
|
||||
"Nix is a purely functional package manager. This means that it treats
|
||||
|
|
Loading…
Reference in New Issue