From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhwYu-0005rH-VI for guix-patches@gnu.org; Tue, 24 Jul 2018 08:37:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhwYs-0006hZ-3O for guix-patches@gnu.org; Tue, 24 Jul 2018 08:37:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49787) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fhwYr-0006hO-Ut for guix-patches@gnu.org; Tue, 24 Jul 2018 08:37:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fhwYr-0000iE-Oa for guix-patches@gnu.org; Tue, 24 Jul 2018 08:37:05 -0400 Subject: [bug#32260] [PATCH 07/21] gnu: python-py: Update home page. Resent-Message-ID: From: Marius Bakke Date: Tue, 24 Jul 2018 14:35:50 +0200 Message-Id: <20180724123604.29666-8-mbakke@fastmail.com> In-Reply-To: <20180724123604.29666-1-mbakke@fastmail.com> References: <20180724123604.29666-1-mbakke@fastmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32260@debbugs.gnu.org * gnu/packages/python.scm (python-py)[home-page]: Change to repository 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 aa128a13c..5acb700fe 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1727,7 +1727,7 @@ matching them against a list of media-ranges.") '(#:tests? #f)) (native-inputs `(("python-setuptools-scm" ,python-setuptools-scm))) - (home-page "http://pylib.readthedocs.io/") + (home-page "https://github.com/pytest-dev/py") (synopsis "Python library for parsing, I/O, instrospection, and logging") (description "Py is a Python library for file name parsing, .ini file parsing, I/O, -- 2.18.0