mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ (define-public xfig
|
|||
(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 @@ (define-public transfig
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue