summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSíle Ekaterin Liszka <sheila@vulpine.house>2022-05-22 00:52:26 +0000
committerZach van Rijn <me@zv.io>2022-10-21 18:33:59 -0500
commit999c1693a597a19a7e872e0a7ec9409a3496c0d0 (patch)
treeea6eff81a32848deb2d44ecb525c20961f75556b
parent200a932ff22f1d2db40b7308e9edb21c70fc347e (diff)
downloadpackages-999c1693a597a19a7e872e0a7ec9409a3496c0d0.tar.gz
packages-999c1693a597a19a7e872e0a7ec9409a3496c0d0.tar.bz2
packages-999c1693a597a19a7e872e0a7ec9409a3496c0d0.tar.xz
packages-999c1693a597a19a7e872e0a7ec9409a3496c0d0.zip
user/perl-json-xs: fix license
-rw-r--r--user/perl-json-xs/APKBUILD4
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"