duc: fix meta.license

This commit is contained in:
Joachim Fasting 2016-04-09 21:35:29 +02:00
parent 73bf336934
commit aec8daed86
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://duc.zevv.nl/;
description = "Collection of tools for inspecting and visualizing disk usage";
license = licenses.gplv2;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.lethalman ];