fatresize: add license
This commit is contained in:
parent
8060dadf69
commit
5f2d66ccc6
@ -31,9 +31,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ parted utillinux ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "The FAT16/FAT32 non-destructive resizer";
|
||||
homepage = https://sourceforge.net/projects/fatresize;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user