Merge pull request #74535 from xvapx/PR/add-maintainer-pythonPackages.pony

pythonPackages.pony: add myself as maintainer
This commit is contained in:
Florian Klink 2019-11-28 23:03:38 +01:00 committed by GitHub
commit c6fc40ade0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}