aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-06-05 17:52:14 +0000
committerMike Crute <mike@crute.us>2020-06-05 17:52:14 +0000
commit7297b34da5d52d904544de8d6de7732b00140c2f (patch)
tree6d87e67ca57d8f34ef3cc1c8f65703bcc7bfe8db
parent33cde92303211d7a38d038542442e24556c8d920 (diff)
downloadalpine_aports-public-domain.tar.bz2
alpine_aports-public-domain.tar.xz
alpine_aports-public-domain.zip
main/fetchmail: normalize Public-Domain licensepublic-domain
-rw-r--r--main/fetchmail/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/fetchmail/APKBUILD b/main/fetchmail/APKBUILD
index 356aec56b0..19c6d6b795 100644
--- a/main/fetchmail/APKBUILD
+++ b/main/fetchmail/APKBUILD
@@ -2,11 +2,11 @@
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3pkgname=fetchmail 3pkgname=fetchmail
4pkgver=6.4.6 4pkgver=6.4.6
5pkgrel=0 5pkgrel=1
6pkgdesc="A remote-mail retrieval and forwarding utility" 6pkgdesc="A remote-mail retrieval and forwarding utility"
7url="https://www.fetchmail.info/" 7url="https://www.fetchmail.info/"
8arch="all" 8arch="all"
9license="GPL-2.0-or-later AND Public Domain" 9license="GPL-2.0-or-later AND Public-Domain"
10pkgusers="fetchmail" 10pkgusers="fetchmail"
11pkggroups="fetchmail" 11pkggroups="fetchmail"
12makedepends="openssl-dev python3" 12makedepends="openssl-dev python3"