compsize: update license to gpl2Plus
This commit is contained in:
parent
2ed94d81cd
commit
8d8c27fb68
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "btrfs: Find compression type/ratio on a file or set of files";
|
description = "btrfs: Find compression type/ratio on a file or set of files";
|
||||||
homepage = "https://github.com/kilobyte/compsize";
|
homepage = "https://github.com/kilobyte/compsize";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ CrazedProgrammer ];
|
maintainers = with maintainers; [ CrazedProgrammer ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue