duc: fix meta.license

This commit is contained in:
Joachim Fasting 2016-04-09 21:35:29 +02:00
parent 73bf336934
commit aec8daed86

View File

@ -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 ];