duc: fix meta.license
This commit is contained in:
parent
73bf336934
commit
aec8daed86
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://duc.zevv.nl/;
|
homepage = http://duc.zevv.nl/;
|
||||||
description = "Collection of tools for inspecting and visualizing disk usage";
|
description = "Collection of tools for inspecting and visualizing disk usage";
|
||||||
license = licenses.gplv2;
|
license = licenses.gpl2;
|
||||||
|
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.lethalman ];
|
maintainers = [ maintainers.lethalman ];
|
||||||
|
Loading…
Reference in New Issue
Block a user