pythonPackages.purepng: add self as maintainer

looks like I've had more contact with this package than anyone...
This commit is contained in:
Robert Scott 2019-05-02 22:20:06 +01:00
parent 7451a6a107
commit b86fe70cd0

View File

@ -42,6 +42,7 @@ buildPythonPackage rec {
description = "Pure Python library for PNG image encoding/decoding";
homepage = https://github.com/scondo/purepng;
license = licenses.mit;
maintainers = with maintainers; [ ris ];
};
}