From 91b625d6687c600247584d0cb68d20afa2c4f37e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= <j.neuschaefer@gmx.net>
Date: Wed, 24 Jan 2018 14:38:41 +0100
Subject: [PATCH] testing/fzy: Fix project URL

I accidentally used the URL of the author's GitHub user page, instead of
the project page.
---
 testing/fzy/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/fzy/APKBUILD b/testing/fzy/APKBUILD
index 0533a8582ea9..00e88709b7d6 100644
--- a/testing/fzy/APKBUILD
+++ b/testing/fzy/APKBUILD
@@ -1,9 +1,9 @@
 # Contributor: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
 pkgname=fzy
 pkgver=0.9
-pkgrel=0
+pkgrel=1
 pkgdesc="A better fuzzy finder"
-url="https://github.com/jhawthorn/"
+url="https://github.com/jhawthorn/$pkgname"
 arch="all"
 license="MIT"
 depends=""
-- 
GitLab