Merge pull request #24721 from xmikus01/patch-1
advancecomp: fix license
This commit is contained in:
commit
07306f437c
@ -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