~ruther/guix-local

cb542830a23926a3df321b37d9e2aa914ea7b8c0 — Leo Famulari 8 years ago 5ee684f
gnu: python-kitchen: Update home-page URL.

* gnu/packages/python.scm (python-kitchen, python2-kitchen)[home-page]:
Update URL.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 2642,7 2642,7 @@ version numbers.")
    (build-system python-build-system)
    (propagated-inputs
     `(("python-chardet" ,python-chardet)))
    (home-page "https://fedorahosted.org/kitchen")
    (home-page "https://github.com/fedora-infra/kitchen")
    (synopsis "Python API for snippets")
    (description "@code{kitchen} module provides a python API for all sorts of
little useful snippets of code that everybody ends up writing for their projects