diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-25 21:25:20 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-25 21:25:20 +0100 |
commit | 6c214fe671fa97a446e4f06b46f044d74e66c8b2 (patch) | |
tree | 059528fa52100f4becda0151658d0b6d5050c9f5 /testing | |
parent | 21aacef06d810f197031d0acddc06080e4d28226 (diff) | |
download | aports-6c214fe671fa97a446e4f06b46f044d74e66c8b2.tar.bz2 aports-6c214fe671fa97a446e4f06b46f044d74e66c8b2.tar.xz |
testing/ronn: fix url
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ronn/APKBUILD | 2 |
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" |