advancecomp: fix license

This commit is contained in:
Petr Mikusek 2017-04-07 20:33:56 +02:00 committed by GitHub
parent a5ee494046
commit 60f18cf94a

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = ''A set of tools to optimize deflate-compressed files'';
license = licenses.gpl2 ;
license = licenses.gpl3 ;
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
homepage = https://github.com/amadvance/advancecomp;