~alpine/aports

testing/blinken: fix url v1 APPLIED

Bart Ribbers: 1
 testing/blinken: fix url

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3038/mbox | git am -3
Learn more about email & git

[PATCH] testing/blinken: fix url Export this patch

---
 testing/blinken/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/blinken/APKBUILD b/testing/blinken/APKBUILD
index 48e0c77aec..6652bc4e3e 100644
--- a/testing/blinken/APKBUILD
+++ b/testing/blinken/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=blinken
pkgver=19.08.1
pkgrel=0
pkgrel=1
arch="all"
url="http://edu.kde.org/blinken/"
url="https://edu.kde.org/blinken/"
pkgdesc="Memory Enhancement Game"
license="GPL-2.0-or-later AND GFDL-1.2-only"
makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtsvg-dev ki18n-dev kxmlgui-dev kguiaddons-dev kdoctools-dev kdbusaddons-dev kcrash-dev phonon-dev"
-- 
2.21.0