gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page.
authorBrett Gilio <brettg@gnu.org>
Mon, 23 Dec 2019 23:25:57 +0000 (17:25 -0600)
committerBrett Gilio <brettg@gnu.org>
Mon, 23 Dec 2019 23:25:57 +0000 (17:25 -0600)
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter)[home-page]:
  Do not use releases page for home-page URL.

gnu/packages/sphinx.scm

index 2f99eab..3296e67 100644 (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).")