gnu: python-flask-restful: Fix home-page.

* gnu/packages/python-web.scm (python-flask-restful): [home-page]: Fix
it.

Change-Id: Ie53853e38ab2a8704d7825c39c95c09c924d5fa4
This commit is contained in:
Sharlatan Hellseher 2025-05-08 08:08:50 +01:00
parent ca3be0964a
commit af72a3cd55
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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.")