forked from mirrors/nixpkgs
gdmap: set meta attributes (license, platforms, maintainers)
This commit is contained in:
parent
87610ca0fd
commit
4b65f53652
|
@ -12,8 +12,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
patches = [ ./get_sensitive.patch ./set_flags.patch ];
|
patches = [ ./get_sensitive.patch ./set_flags.patch ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://gdmap.sourceforge.net;
|
homepage = http://gdmap.sourceforge.net;
|
||||||
description = "Recursive rectangle map of disk usage";
|
description = "Recursive rectangle map of disk usage";
|
||||||
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.all;
|
||||||
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue