aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Gilio <brettg@gnu.org>2019-12-23 17:25:57 -0600
committerBrett Gilio <brettg@gnu.org>2019-12-23 17:25:57 -0600
commit2564081cd19744fcdbc0c585a901ba61256e5776 (patch)
treed619a0a44dcdce111387197000e21be3e7cbb617
parent76c83e33a870031977dd3395bfa0b34c68db9387 (diff)
downloadguix-2564081cd19744fcdbc0c585a901ba61256e5776.tar
guix-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.
-rw-r--r--gnu/packages/sphinx.scm2
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).")