gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page.
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter)[home-page]: Do not use releases page for home-page URL.master
parent
76c83e33a8
commit
2564081cd1
|
@ -350,7 +350,7 @@ documents.")
|
|||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-sphinx" ,python-sphinx)))
|
||||
(home-page "https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter/releases")
|
||||
(home-page "https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter")
|
||||
(synopsis "Sphinx SVG to PDF converter extension")
|
||||
(description "A Sphinx extension to convert SVG images to PDF in case the builder does not support
|
||||
SVG images natively (e.g. LaTeX).")
|
||||
|
|
Reference in New Issue