gdmap: set meta attributes (license, platforms, maintainers)

This commit is contained in:
Bjørn Forsman 2014-12-19 07:52:14 +01:00
parent 87610ca0fd
commit 4b65f53652

View File

@ -12,8 +12,11 @@ stdenv.mkDerivation rec {
patches = [ ./get_sensitive.patch ./set_flags.patch ];
meta = {
meta = with stdenv.lib; {
homepage = http://gdmap.sourceforge.net;
description = "Recursive rectangle map of disk usage";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = [ maintainers.bjornfor ];
};
}