mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Merge pull request #10529 from DamienCassou/fix-gplaycli-license
gplaycli: fix license
This commit is contained in:
commit
c762a44cbb
1 changed files with 1 additions and 1 deletions
|
@ -3875,7 +3875,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 ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue