patchelf: clarify license

This commit is contained in:
Alyssa Ross 2022-04-22 09:31:42 +00:00
parent 661dfd8347
commit 3a73bf2b6e

View file

@ -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;