about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2015-10-22 10:16:24 +0200
committerDamien Cassou <damien@cassou.me>2015-10-22 10:16:24 +0200
commit93a06285df75826aa0e29d37389306cefbd06839 (patch)
treeab58febd82d799d1e3a218f58558838a8f135583
parentd663cc5e173606d7d631c0504ab78ce7a68e1a1e (diff)
gplaycli: fix license
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 200a26f6b64aa..6a6b2ac21545f 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -3834,7 +3834,7 @@ let
     meta = {
       homepage = https://github.com/matlink/gplaycli;
       description = "Google Play Downloader via Command line";
-      license = licenses.agl3Plus;
+      license = licenses.agpl3Plus;
       maintainers = with maintainers; [ DamienCassou ];
     };
   };