vmfs-tools: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-08-04 16:15:01 +02:00
parent 997418e5ee
commit bc4494b56f

View File

@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "FUSE-based VMFS (vmware) mounting tools";
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.linux;
license = licenses.gpl2;
};
}