chiaki: fix license information (GPLv3+ -> AGPLv3)

This was changed by upstream in the 2.0 release and missed when we
update the nixpkgs package.

+1 -1
+1 -1
pkgs/games/chiaki/default.nix
··· 57 meta = with lib; { 58 homepage = "https://git.sr.ht/~thestr4ng3r/chiaki"; 59 description = "Free and Open Source PlayStation Remote Play Client"; 60 - license = licenses.gpl3Plus; 61 maintainers = with maintainers; [ delroth ]; 62 platforms = platforms.all; 63 };
··· 57 meta = with lib; { 58 homepage = "https://git.sr.ht/~thestr4ng3r/chiaki"; 59 description = "Free and Open Source PlayStation Remote Play Client"; 60 + license = licenses.agpl3Only; 61 maintainers = with maintainers; [ delroth ]; 62 platforms = platforms.all; 63 };