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
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

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;
};
}