sharlatan pushed a commit to branch master in repository guix. commit af72a3cd5505dd02292a68cd13cbe15fbab1b22c Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu May 8 08:08:50 2025 +0100
gnu: python-flask-restful: Fix home-page. * gnu/packages/python-web.scm (python-flask-restful): [home-page]: Fix it. Change-Id: Ie53853e38ab2a8704d7825c39c95c09c924d5fa4 --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index d5d3f8be4b..97523b6554 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6035,7 +6035,7 @@ S3.") python-pytest python-setuptools python-wheel)) - (home-page "https://www.github.com/flask-restful/flask-restful/") + (home-page "https://github.com/flask-restful/flask-restful/") (synopsis "Flask module for creating REST APIs") (description "This package contains a Flask module for creating REST APIs.")