guix-commits
[Top][All Lists]
Advanced

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

08/20: gnu: python-sphinxcontrib-programoutput: Fix home-page.


From: guix-commits
Subject: 08/20: gnu: python-sphinxcontrib-programoutput: Fix home-page.
Date: Mon, 23 Dec 2019 18:31:58 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit b45aafd548d8fcfb77bcdead997787a4fb341a7d
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 17:24:36 2019 -0600

    gnu: python-sphinxcontrib-programoutput: Fix home-page.
    
    * gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput)[home-page]: 
Use
      the most recent Github URL.
---
 gnu/packages/sphinx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index f2278ad..3fe5f9a 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -284,14 +284,14 @@ Blog, News or Announcements section to a Sphinx website.")
                 "155bz0z2cz544pphkd3nk7ph83mz7nn0ql135kzi62kqmd75ppc0"))))
     (build-system python-build-system)
     (arguments
-     ;; FIXME: Many tests are failing and the upstream is gone.
+     ;; FIXME: Many tests are failing.
      '(#:tests? #f))
     (propagated-inputs
      `(("python-sphinx" ,python-sphinx)))
     (synopsis "Sphinx extension to include program output")
     (description "A Sphinx extension to literally insert the output of 
arbitrary
 commands into documents, helping you to keep your command examples up to 
date.")
-    (home-page "https://github.com/lunaryorn/sphinxcontrib-programoutput";)
+    (home-page "https://github.com/NextThought/sphinxcontrib-programoutput";)
     (license license:bsd-2)))
 
 (define-public python2-sphinxcontrib-programoutput



reply via email to

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