Skip to content
Snippets Groups Projects
Verified Commit f28470e1 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/asciidoctor: fix RubyGems URL; old one is dead

parent 7bbcd1b8
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ arch="noarch"
options="!check" # can't test in this packaging format; package differently
license="MIT"
depends="ruby"
source="http://gems.rubyforge.org/gems/$pkgname-$pkgver.gem"
source="https://rubygems.org/downloads/$pkgname-$pkgver.gem"
package() {
local gemdir="$(ruby -e 'puts Gem.default_dir')"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment