mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
avfs: set license to gpl2Only
This commit is contained in:
parent
db381efaff
commit
16f68549f2
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://avf.sourceforge.net/";
|
||||
description = "Virtual filesystem that allows browsing of compressed files";
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl2;
|
||||
license = lib.licenses.gpl2Only;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user