diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-08 08:08:50 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-08 11:06:36 +0100 |
commit | af72a3cd5505dd02292a68cd13cbe15fbab1b22c (patch) | |
tree | 7a770b8a814ef3dc72febeb833e143d5ddb64d24 | |
parent | ca3be0964af171721123f97e0850b3e734a575f5 (diff) | |
download | guix-af72a3cd5505dd02292a68cd13cbe15fbab1b22c.tar.gz guix-af72a3cd5505dd02292a68cd13cbe15fbab1b22c.zip |
gnu: python-flask-restful: Fix home-page.
* gnu/packages/python-web.scm (python-flask-restful): [home-page]: Fix
it.
Change-Id: Ie53853e38ab2a8704d7825c39c95c09c924d5fa4
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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.") |