compsize: update license to gpl2Plus

This commit is contained in:
Martin Weinelt 2021-02-10 03:49:56 +01:00
parent 2ed94d81cd
commit 8d8c27fb68
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "btrfs: Find compression type/ratio on a file or set of files";
homepage = "https://github.com/kilobyte/compsize";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ CrazedProgrammer ];
platforms = platforms.linux;
};