aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-25 21:25:20 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-25 21:25:20 +0100
commit6c214fe671fa97a446e4f06b46f044d74e66c8b2 (patch)
tree059528fa52100f4becda0151658d0b6d5050c9f5 /testing
parent21aacef06d810f197031d0acddc06080e4d28226 (diff)
downloadaports-6c214fe671fa97a446e4f06b46f044d74e66c8b2.tar.bz2
aports-6c214fe671fa97a446e4f06b46f044d74e66c8b2.tar.xz
testing/ronn: fix url
Diffstat (limited to 'testing')
-rw-r--r--testing/ronn/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ronn/APKBUILD b/testing/ronn/APKBUILD
index 934c496a33..e2c7a034ba 100644
--- a/testing/ronn/APKBUILD
+++ b/testing/ronn/APKBUILD
@@ -6,7 +6,7 @@ _gemname=$pkgname
pkgver=0.7.3
pkgrel=0
pkgdesc="Convert Markdown files to manpages"
-url="https://kamontat.github.io/ronn/"
+url="https://rtomayko.github.io/ronn/"
arch="noarch"
license="MIT"
depends="groff ruby ruby-json ruby-hpricot ruby-mustache ruby-rdiscount"