mtools: add license

This commit is contained in:
Markus Kowalewski 2018-09-07 22:23:41 +02:00
parent 4516ca5480
commit 4f83467ba4
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -17,10 +17,10 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
meta = with stdenv.lib; {
homepage = http://www.gnu.org/software/mtools/;
description = "Utilities to access MS-DOS disks";
platforms = stdenv.lib.platforms.unix;
maintainers = [ ];
platforms = platforms.unix;
license = licenses.gpl3;
};
}