me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 1 deletions

View File

@ -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).")