From 2564081cd19744fcdbc0c585a901ba61256e5776 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Mon, 23 Dec 2019 17:25:57 -0600 Subject: 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. --- gnu/packages/sphinx.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).") -- cgit v1.2.3