python3Packages.attrs: adopt
This commit is contained in:
@@ -54,6 +54,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/python-attrs/attrs";
|
||||
changelog = "https://github.com/python-attrs/attrs/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ mdaniels5757 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user