python39Packages.flask: update homepage

This commit is contained in:
Sandro Jäckel 2022-03-23 06:58:04 +01:00
parent 85a633de9f
commit b5908fb268
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -38,7 +38,7 @@ buildPythonPackage rec {
];
meta = with lib; {
homepage = "http://flask.pocoo.org/";
homepage = "https://flask.palletsprojects.com/";
description = "The Python micro framework for building web applications";
longDescription = ''
Flask is a lightweight WSGI web application framework. It is