Skip to content

Commit

Permalink
python310Packages.flask-caching: update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Jan 13, 2023
1 parent fe7cfed commit 1edee9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/flask-caching/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 1edee9b

Please sign in to comment.