patchelf: clarify license

main
Alyssa Ross 2 years ago
parent 661dfd8347
commit 3a73bf2b6e
  1. 2
      pkgs/development/tools/misc/patchelf/default.nix

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/NixOS/patchelf";
license = licenses.gpl3;
license = licenses.gpl3Plus;
description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
maintainers = [ maintainers.eelco ];
platforms = platforms.all;

Loading…
Cancel
Save