summary refs log tree commit diff
path: root/pkgs/games/chiaki
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2021-01-24 07:48:12 +0100
committerPierre Bourdon <delroth@gmail.com>2021-01-24 07:48:12 +0100
commit4c45543736b129577cda381fd3226f5eabe2d514 (patch)
tree6c767eabe5e9b071351bccafc7e2144475b850c8 /pkgs/games/chiaki
parent980c4c3c2f664ccc5002f7fd6e08059cf1f00e75 (diff)
downloadnixpkgs-4c45543736b129577cda381fd3226f5eabe2d514.tar
nixpkgs-4c45543736b129577cda381fd3226f5eabe2d514.tar.gz
nixpkgs-4c45543736b129577cda381fd3226f5eabe2d514.tar.bz2
nixpkgs-4c45543736b129577cda381fd3226f5eabe2d514.tar.lz
nixpkgs-4c45543736b129577cda381fd3226f5eabe2d514.tar.xz
nixpkgs-4c45543736b129577cda381fd3226f5eabe2d514.tar.zst
nixpkgs-4c45543736b129577cda381fd3226f5eabe2d514.zip
chiaki: fix license information (GPLv3+ -> AGPLv3)
This was changed by upstream in the 2.0 release and missed when we
update the nixpkgs package.
Diffstat (limited to 'pkgs/games/chiaki')
-rw-r--r--pkgs/games/chiaki/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/chiaki/default.nix b/pkgs/games/chiaki/default.nix
index e3a2560ac10..8acd9deff40 100644
--- a/pkgs/games/chiaki/default.nix
+++ b/pkgs/games/chiaki/default.nix
@@ -57,7 +57,7 @@ mkDerivation rec {
   meta = with lib; {
     homepage = "https://git.sr.ht/~thestr4ng3r/chiaki";
     description = "Free and Open Source PlayStation Remote Play Client";
-    license = licenses.gpl3Plus;
+    license = licenses.agpl3Only;
     maintainers = with maintainers; [ delroth ];
     platforms = platforms.all;
   };