advancecomp: fix license
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = ''A set of tools to optimize deflate-compressed files'';
|
description = ''A set of tools to optimize deflate-compressed files'';
|
||||||
license = licenses.gpl2 ;
|
license = licenses.gpl3 ;
|
||||||
maintainers = [ maintainers.raskin ];
|
maintainers = [ maintainers.raskin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
homepage = https://github.com/amadvance/advancecomp;
|
homepage = https://github.com/amadvance/advancecomp;
|
||||||
|
|||||||
Reference in New Issue
Block a user