diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-08-15 15:57:51 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-08-15 15:57:53 -0300 |
commit | cc632061b25f0115f9d667729cdfaa0c487daf72 (patch) | |
tree | 0e0648fdd5261c21d451c97e33f765a70e9eedc2 | |
parent | 25748d90c5eabc38290b3266a0c74dd9c320fcef (diff) | |
download | aports-cc632061b25f0115f9d667729cdfaa0c487daf72.tar.gz aports-cc632061b25f0115f9d667729cdfaa0c487daf72.tar.bz2 aports-cc632061b25f0115f9d667729cdfaa0c487daf72.tar.xz |
main/gnokii: fix url
-rw-r--r-- | main/gnokii/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gnokii/APKBUILD b/main/gnokii/APKBUILD index b89ad289d6..9c6e513baa 100644 --- a/main/gnokii/APKBUILD +++ b/main/gnokii/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gnokii pkgver=0.6.31 -pkgrel=10 +pkgrel=11 pkgdesc="Tools and user space driver for use with mobile phones" -url="http://www.gnokii.org/" +url="https://www.gnokii.org/" arch="all" license="GPL-2.0-or-later" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs xgnokii $pkgname-smsd |