testing/fzy: Fix project URL

I accidentally used the URL of the author's GitHub user page, instead of
the project page.
This commit is contained in:
Jonathan Neuschäfer 2018-01-24 14:38:41 +01:00 committed by Sören Tempel
parent 260bfdfd91
commit 91b625d668

View File

@ -1,9 +1,9 @@
# Contributor: Jonathan Neuschäfer <j.neuschaefer@gmx.net> # Contributor: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
pkgname=fzy pkgname=fzy
pkgver=0.9 pkgver=0.9
pkgrel=0 pkgrel=1
pkgdesc="A better fuzzy finder" pkgdesc="A better fuzzy finder"
url="https://github.com/jhawthorn/" url="https://github.com/jhawthorn/$pkgname"
arch="all" arch="all"
license="MIT" license="MIT"
depends="" depends=""