pythonPackages.pony: add myself as maintainer
This commit is contained in:
parent
d7b63dc4ce
commit
5509e56c6c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "Pony is a Python ORM with beautiful query syntax";
|
||||
homepage = "https://ponyorm.org/";
|
||||
maintainers = with maintainers; [ d-goldin ];
|
||||
maintainers = with maintainers; [ d-goldin xvapx ];
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue