about summary refs log tree commit homepage
path: root/dtas.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-04-22 02:30:42 +0000
committerEric Wong <e@80x24.org>2019-04-22 02:30:42 +0000
commit2c269685ffbb1bb522e16502cdc3bedc0c29664e (patch)
tree9d9e10b8bc526d51404de4959bc83b3c6bed2321 /dtas.gemspec
parent5a19ebcfe62a7c34f211ecdf5d7683b0f9200d88 (diff)
downloaddtas-2c269685ffbb1bb522e16502cdc3bedc0c29664e.tar.gz
Having more clickable links is better and the cgit instance
looks good without CSS in w3m.

I've submitted patches to the cgit mailing list[1] to reduce
dependencies on css, and they're also available at
https://80x24.org/cgit.git in the meantime

[1] https://lists.zx2c4.com/mailman/listinfo/cgit
    https://lists.zx2c4.com/pipermail/cgit/2019-January.txt.gz
Diffstat (limited to 'dtas.gemspec')
-rw-r--r--dtas.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtas.gemspec b/dtas.gemspec
index ec18254..3b7b1c5 100644
--- a/dtas.gemspec
+++ b/dtas.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
   s.email = %q{e@80x24.org}
   s.executables = manifest.grep(%r{\Abin/}).map { |s| s.sub(%r{\Abin/}, "") }
   s.files = manifest
-  s.homepage = 'https://80x24.org/dtas/'
+  s.homepage = 'https://80x24.org/dtas.git/about/'
   s.licenses = "GPL-3.0+"
   s.required_ruby_version = '>= 1.9.3'
 end