mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
2 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ (define-public patchelf
|
|||
%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 @@ (define-public nix
|
|||
("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 a new issue