From b86fe70cd0eb1c20654e0381125f945be0d8c605 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Thu, 2 May 2019 22:20:06 +0100 Subject: [PATCH] pythonPackages.purepng: add self as maintainer looks like I've had more contact with this package than anyone... --- pkgs/development/python-modules/purepng/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/purepng/default.nix b/pkgs/development/python-modules/purepng/default.nix index cecd7cc576d..ece89387493 100644 --- a/pkgs/development/python-modules/purepng/default.nix +++ b/pkgs/development/python-modules/purepng/default.nix @@ -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 ]; }; }