python311Packages.flask-principal: fix license
see https://github.com/pallets-eco/flask-principal/blob/0.4.0/LICENSE
This commit is contained in:
@@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
homepage = "http://packages.python.org/Flask-Principal/";
|
||||
description = "Identity management for flask";
|
||||
license = licenses.bsd2;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user