fatsort: clarify license

This commit is contained in:
Alyssa Ross 2023-01-20 19:41:27 +00:00
parent 34ab274017
commit 3151d1affc
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
homepage = "http://fatsort.sourceforge.net/";
description = "Sorts FAT partition table, for devices that don't do sorting of files";
maintainers = [ maintainers.kovirobi ];
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.unix;
};
}