mtools: add license
This commit is contained in:
parent
4516ca5480
commit
4f83467ba4
|
@ -17,10 +17,10 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.gnu.org/software/mtools/;
|
homepage = http://www.gnu.org/software/mtools/;
|
||||||
description = "Utilities to access MS-DOS disks";
|
description = "Utilities to access MS-DOS disks";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ ];
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue