pythonPackages.schema: Add myself as maintainer
This commit is contained in:
parent
aa1ad7b866
commit
85fb93535c
@ -23,5 +23,6 @@ buildPythonPackage rec {
|
|||||||
description = "Library for validating Python data structures";
|
description = "Library for validating Python data structures";
|
||||||
homepage = https://github.com/keleshev/schema;
|
homepage = https://github.com/keleshev/schema;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
maintainers = [ maintainers.tobim ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user