[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: python-kitchen: Update home-page URL.
From: |
Leo Famulari |
Subject: |
05/05: gnu: python-kitchen: Update home-page URL. |
Date: |
Wed, 10 May 2017 23:45:20 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit cb542830a23926a3df321b37d9e2aa914ea7b8c0
Author: Leo Famulari <address@hidden>
Date: Wed May 10 23:19:55 2017 -0400
gnu: python-kitchen: Update home-page URL.
* gnu/packages/python.scm (python-kitchen, python2-kitchen)[home-page]:
Update URL.
---
gnu/packages/python.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b7c77e3..8c14e95 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