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