rdfind: clarify license

This commit is contained in:
Fabian Affolter 2021-09-05 10:50:11 +02:00 committed by GitHub
parent 4a49353e9b
commit 434b9bde93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://rdfind.pauldreik.se/";
description = "Removes or hardlinks duplicate files very swiftly";
license = lib.licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ maintainers.wmertens ];
platforms = platforms.all;
};