fatresize: add license

This commit is contained in:
Markus Kowalewski 2018-09-07 22:19:35 +02:00
parent 8060dadf69
commit 5f2d66ccc6
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -31,9 +31,10 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ parted utillinux ]; propagatedBuildInputs = [ parted utillinux ];
meta = { meta = with stdenv.lib; {
description = "The FAT16/FAT32 non-destructive resizer"; description = "The FAT16/FAT32 non-destructive resizer";
homepage = https://sourceforge.net/projects/fatresize; homepage = https://sourceforge.net/projects/fatresize;
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
license = licenses.gpl2;
}; };
} }