Archived
1
0
Fork 0

gnu: python-sphinxcontrib-programoutput: Fix home-page.

* gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput)[home-page]: Use
  the most recent Github URL.
This commit is contained in:
Brett Gilio 2019-12-23 17:24:36 -06:00
parent e2734fec32
commit b45aafd548
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -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