patchelf: Fix homepage URL

Since this commit on nixos-homepage, the homepage was 404-ing:
https://github.com/NixOS/nixos-homepage/commit/179733c176c1f625bb18d4eba38480b888471a7a
This commit is contained in:
Jakub Kądziołka
2020-04-06 14:08:11 +02:00
parent 5af0a6c7f4
commit 2c40ba774d
3 changed files with 3 additions and 3 deletions
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
doCheck = false; # fails 8 out of 24 tests, problems when loading libc.so.6
meta = with stdenv.lib; {
homepage = https://nixos.org/patchelf.html;
homepage = https://github.com/NixOS/patchelf/blob/master/README;
license = licenses.gpl3;
description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
maintainers = [ maintainers.eelco ];
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
doCheck = !stdenv.isDarwin;
meta = with stdenv.lib; {
homepage = https://nixos.org/patchelf.html;
homepage = https://github.com/NixOS/patchelf/blob/master/README;
license = licenses.gpl3;
description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
maintainers = [ maintainers.eelco ];