diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/perl-json-xs/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/perl-json-xs/APKBUILD b/user/perl-json-xs/APKBUILD index 3bbf0f77e..e3552f1f6 100644 --- a/user/perl-json-xs/APKBUILD +++ b/user/perl-json-xs/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Dan Theisen <djt@hxx.in> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-json-xs _pkgreal=JSON-XS _author=MLEHMANN @@ -10,7 +10,7 @@ pkgrel=0 pkgdesc="JSON serialising/deserialising, done correctly and fast" url="https://metacpan.org/pod/JSON::XS" arch="all" -license="Artistic-1.0-Perl AND GPL-2.0" +license="Artistic-1.0-Perl OR GPL-1.0+" depends="perl perl-common-sense perl-types-serialiser" makedepends="perl-dev perl-canary-stability" subpackages="$pkgname-doc" |