aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortakahashim <maki@rubycolor.org>2017-02-25 16:58:49 +0900
committerWilliam Pitcock <nenolod@dereferenced.org>2017-02-26 19:42:50 +0000
commit679214fffb42897446435829a7ea02ce9f977fe0 (patch)
tree674e1f161f39f54eccaeeaa48e320d92a054e309
parent9a1a996ab7341b7a4226825997167ae0feef3119 (diff)
downloadaports-679214fffb42897446435829a7ea02ce9f977fe0.tar.bz2
aports-679214fffb42897446435829a7ea02ce9f977fe0.tar.xz
main/ruby-bundler: fix URL
-rw-r--r--main/ruby-bundler/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ruby-bundler/APKBUILD b/main/ruby-bundler/APKBUILD
index 23d2ef1c82..96a610eeaa 100644
--- a/main/ruby-bundler/APKBUILD
+++ b/main/ruby-bundler/APKBUILD
@@ -4,7 +4,7 @@ pkgname=ruby-$_gemname
pkgver=1.14.5
pkgrel=0
pkgdesc="Manage an application's gem dependencies"
-url="http://gembundler.com/"
+url="https://bundler.io/"
arch="noarch"
license="MIT"
depends="ruby ruby-io-console"