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.
This commit is contained in:
Brett Gilio 2019-12-23 17:25:57 -06:00
parent 76c83e33a8
commit 2564081cd1
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -350,7 +350,7 @@ (define-public python-sphinxcontrib-svg2pdfconverter
(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).")