python310Packages.flask-caching: update meta

This commit is contained in:
Mario Rodas 2023-01-13 07:34:00 +00:00
parent fe7cfed926
commit 1edee9b53d

View file

@ -40,8 +40,10 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "Adds caching support to your Flask application";
homepage = "https://github.com/sh4nks/flask-caching";
description = "A caching extension for Flask";
homepage = "https://github.com/pallets-eco/flask-caching";
changelog = "https://github.com/pallets-eco/flask-caching/blob/v${version}/CHANGES.rst";
maintainers = with maintainers; [ ];
license = licenses.bsd3;
};
}