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
+1 -1
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;
};