avfs: set license to gpl2Only

wip/yesman
Mario Rodas 3 years ago
parent db381efaff
commit 16f68549f2
  1. 2
      pkgs/tools/filesystems/avfs/default.nix

@ -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…
Cancel
Save