diff options
author | Leo Famulari <leo@famulari.name> | 2017-05-10 23:19:55 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-10 23:37:24 -0400 |
commit | cb542830a23926a3df321b37d9e2aa914ea7b8c0 (patch) | |
tree | f7e7174484ec906ad9f25ed59b3f8a26735dd9fa | |
parent | 5ee684ff2f1eadf292cac572e9e02aef5d2cdd35 (diff) | |
download | guix-cb542830a23926a3df321b37d9e2aa914ea7b8c0.tar guix-cb542830a23926a3df321b37d9e2aa914ea7b8c0.tar.gz |
gnu: python-kitchen: Update home-page URL.
* gnu/packages/python.scm (python-kitchen, python2-kitchen)[home-page]:
Update URL.
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b7c77e3c0c..8c14e951b5 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |