python310Packages.returns: add changelog to meta
This commit is contained in:
@@ -56,12 +56,15 @@ buildPythonPackage rec {
|
||||
trio
|
||||
];
|
||||
|
||||
pytestFlagsArray = [ "--ignore=typesafety" ];
|
||||
pytestFlagsArray = [
|
||||
"--ignore=typesafety"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Make your functions return something meaningful, typed, and safe!";
|
||||
homepage = "https://github.com/dry-python/returns";
|
||||
changelog = "https://github.com/dry-python/returns/blob/${version}/CHANGELOG.md";
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.jessemoore ];
|
||||
maintainers = with maintainers; [ jessemoore ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user