gnu: xfig, transfig: Update home pages.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Use SourceForge.net.
This commit is contained in:
parent
cc3ac162c5
commit
6e119bad60
|
@ -122,7 +122,7 @@
|
||||||
(close-pipe in)
|
(close-pipe in)
|
||||||
(close-port out)))
|
(close-port out)))
|
||||||
(zero? (system* "make" "install.doc"))))))))
|
(zero? (system* "make" "install.doc"))))))))
|
||||||
(home-page "http://xfig.org/")
|
(home-page "http://mcj.sourceforge.net/")
|
||||||
(synopsis "Interactive drawing tool")
|
(synopsis "Interactive drawing tool")
|
||||||
(description
|
(description
|
||||||
"Xfig is an interactive drawing tool which runs under X Window System.
|
"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
|
(add-after 'install 'install/doc
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "make" "install.man")))))))
|
(zero? (system* "make" "install.man")))))))
|
||||||
(home-page "http://www.xfig.org/")
|
(home-page "http://mcj.sourceforge.net/")
|
||||||
(synopsis "Create portable LaTeX figures")
|
(synopsis "Create portable LaTeX figures")
|
||||||
(description
|
(description
|
||||||
"Transfig creates a makefile to translate figures described in Fig code
|
"Transfig creates a makefile to translate figures described in Fig code
|
||||||
|
|
Loading…
Reference in New Issue