lol

rdfind: clarify license

authored by

Fabian Affolter and committed by
GitHub
434b9bde 4a49353e

+1 -1
+1 -1
pkgs/tools/filesystems/rdfind/default.nix
··· 14 14 meta = with lib; { 15 15 homepage = "https://rdfind.pauldreik.se/"; 16 16 description = "Removes or hardlinks duplicate files very swiftly"; 17 - license = lib.licenses.gpl2; 17 + license = licenses.gpl2Plus; 18 18 maintainers = [ maintainers.wmertens ]; 19 19 platforms = platforms.all; 20 20 };