diff options
author | taca <taca@pkgsrc.org> | 2015-09-26 15:06:26 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-26 15:06:26 +0000 |
commit | 3f463642f65d1b729e50443b2023560f24792fcb (patch) | |
tree | 3e5cc40f29e7cd18dda50c1ece2b566a7ab07075 /graphics/ruby-gnuplot | |
parent | ed7731b0fc09cf5775ced5d0e8485e4c7fa3bcc8 (diff) | |
download | pkgsrc-3f463642f65d1b729e50443b2023560f24792fcb.tar.gz |
Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.
Diffstat (limited to 'graphics/ruby-gnuplot')
-rw-r--r-- | graphics/ruby-gnuplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-gnuplot/Makefile b/graphics/ruby-gnuplot/Makefile index 8010bd509c8..2d493a50630 100644 --- a/graphics/ruby-gnuplot/Makefile +++ b/graphics/ruby-gnuplot/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2013/01/14 06:14:03 taca Exp $ +# $NetBSD: Makefile,v 1.9 2015/09/26 15:06:26 taca Exp $ DISTNAME= gnuplot-2.6.2 CATEGORIES= graphics MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://rgplot.rubyforge.org/ +HOMEPAGE= https://github.com/rdp/ruby_gnuplot/tree/master COMMENT= Ruby interface to a gnuplot process LICENSE= modified-bsd |