diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-12 03:22:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-12 05:12:14 +0100 |
commit | 6e119bad60b3c1aa3b13f5b6d7e8c2987d3453d0 (patch) | |
tree | e3809d9b37671f1d92359e85e79087b35f0c1986 /gnu/packages/xfig.scm | |
parent | cc3ac162c558a51c90b76b84b081a15e28d0baad (diff) | |
download | patches-6e119bad60b3c1aa3b13f5b6d7e8c2987d3453d0.tar patches-6e119bad60b3c1aa3b13f5b6d7e8c2987d3453d0.tar.gz |
gnu: xfig, transfig: Update home pages.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Use SourceForge.net.
Diffstat (limited to 'gnu/packages/xfig.scm')
-rw-r--r-- | gnu/packages/xfig.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfig.scm b/gnu/packages/xfig.scm index e51558e0be..287615f1ce 100644 --- a/gnu/packages/xfig.scm +++ b/gnu/packages/xfig.scm @@ -122,7 +122,7 @@ (close-pipe in) (close-port out))) (zero? (system* "make" "install.doc")))))))) - (home-page "http://xfig.org/") + (home-page "http://mcj.sourceforge.net/") (synopsis "Interactive drawing tool") (description "Xfig is an interactive drawing tool which runs under X Window System. @@ -195,7 +195,7 @@ selected in various ways. For text, 35 fonts are available.") (add-after 'install 'install/doc (lambda _ (zero? (system* "make" "install.man"))))))) - (home-page "http://www.xfig.org/") + (home-page "http://mcj.sourceforge.net/") (synopsis "Create portable LaTeX figures") (description "Transfig creates a makefile to translate figures described in Fig code |