diff options
author | Brett Gilio <brettg@gnu.org> | 2019-12-23 17:25:57 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2019-12-23 17:25:57 -0600 |
commit | 2564081cd19744fcdbc0c585a901ba61256e5776 (patch) | |
tree | d619a0a44dcdce111387197000e21be3e7cbb617 /gnu/packages/sphinx.scm | |
parent | 76c83e33a870031977dd3395bfa0b34c68db9387 (diff) | |
download | patches-2564081cd19744fcdbc0c585a901ba61256e5776.tar patches-2564081cd19744fcdbc0c585a901ba61256e5776.tar.gz |
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.
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r-- | gnu/packages/sphinx.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 2f99eab74a..3296e67c69 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -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).") |