about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2017-04-08 12:01:44 +0200
committerGitHub <noreply@github.com>2017-04-08 12:01:44 +0200
commit07306f437ccd4839adf2af5fe2b11175c7d5af02 (patch)
tree4972796345abfeb5e80140ef305c0eff71e844ce /pkgs/tools
parente8936464946a52ce577b5dcc2b98f1b233dec23f (diff)
parent60f18cf94a02a78e4304c9438680cd8d74ce47b5 (diff)
downloadnixlib-07306f437ccd4839adf2af5fe2b11175c7d5af02.tar
nixlib-07306f437ccd4839adf2af5fe2b11175c7d5af02.tar.gz
nixlib-07306f437ccd4839adf2af5fe2b11175c7d5af02.tar.bz2
nixlib-07306f437ccd4839adf2af5fe2b11175c7d5af02.tar.lz
nixlib-07306f437ccd4839adf2af5fe2b11175c7d5af02.tar.xz
nixlib-07306f437ccd4839adf2af5fe2b11175c7d5af02.tar.zst
nixlib-07306f437ccd4839adf2af5fe2b11175c7d5af02.zip
Merge pull request #24721 from xmikus01/patch-1
advancecomp: fix license
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/compression/advancecomp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/compression/advancecomp/default.nix b/pkgs/tools/compression/advancecomp/default.nix
index 2f4b56ffcaf9..23acf7446b17 100644
--- a/pkgs/tools/compression/advancecomp/default.nix
+++ b/pkgs/tools/compression/advancecomp/default.nix
@@ -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;