genext2fs: add meta.{platforms,license,maintainers}
This commit is contained in:
parent
e088fd0314
commit
c42d36de1a
@ -8,8 +8,11 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1z7czvsf3ircvz2cw1cf53yifsq29ljxmj15hbgc79l6gbxbnka0";
|
sha256 = "1z7czvsf3ircvz2cw1cf53yifsq29ljxmj15hbgc79l6gbxbnka0";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://genext2fs.sourceforge.net/;
|
homepage = http://genext2fs.sourceforge.net/;
|
||||||
description = "A tool to generate ext2 filesystem images without requiring root privileges";
|
description = "A tool to generate ext2 filesystem images without requiring root privileges";
|
||||||
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.all;
|
||||||
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user