chiaki: fix license information (GPLv3+ -> AGPLv3)
This was changed by upstream in the 2.0 release and missed when we update the nixpkgs package.
This commit is contained in:
parent
980c4c3c2f
commit
4c45543736
@ -57,7 +57,7 @@ mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://git.sr.ht/~thestr4ng3r/chiaki";
|
homepage = "https://git.sr.ht/~thestr4ng3r/chiaki";
|
||||||
description = "Free and Open Source PlayStation Remote Play Client";
|
description = "Free and Open Source PlayStation Remote Play Client";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ delroth ];
|
maintainers = with maintainers; [ delroth ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user