advancecomp: fix license
This commit is contained in:
parent
a5ee494046
commit
60f18cf94a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user