guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

83/285: gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page.


From: guix-commits
Subject: 83/285: gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page.
Date: Sun, 29 Dec 2019 20:44:05 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 24e554b3a542164cfe7bcbaca085e009384e0f84
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 17:25:57 2019 -0600

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]