pythonPackages.pony: add myself as maintainer

This commit is contained in:
Marti Serra 2019-11-28 22:38:03 +01:00
parent d7b63dc4ce
commit 5509e56c6c

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