File: 0008-mv-homepage.patch

package info (click to toggle)
ruby-pgplot 0.1.9-3
  • links: PTS, VCS
  • area: contrib
  • in suites: buster, stretch
  • size: 604 kB
  • ctags: 144
  • sloc: ruby: 1,607; makefile: 76; ansic: 57; sh: 17
file content (21 lines) | stat: -rw-r--r-- 681 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Masahiro TANAKA <masa16.tanaka@gmail.com>
Date: Fri, 16 May 2014 10:23:43 +0900
Subject: mv homepage

---
 pgplot.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pgplot.gemspec b/pgplot.gemspec
index 4e41bc4..05bc3ec 100644
--- a/pgplot.gemspec
+++ b/pgplot.gemspec
@@ -17,7 +17,7 @@ PGPLOT_GEMSPEC = Gem::Specification.new do |s|
   s.description = "PGPLOT wrapper for Ruby"
   s.email = "masa16.tanaka@gmail.com"
   s.extensions = ["ext/extconf.rb"]
-  s.homepage = "http://pgplot.rubyforge.org/"
+  s.homepage = "http://masa16.github.io/ruby-pgplot/"
   s.require_paths = ["."]
   s.rubyforge_project = "pgplot"
   s.rubygems_version = "2.0.0"