fix maintainer

This commit is contained in:
Jethro Kuan 2018-11-03 19:06:16 +08:00 committed by Frederik Rietdijk
parent baeb8bd5a7
commit f11cd8165d

View file

@ -24,6 +24,6 @@ buildPythonPackage rec {
homepage = https://github.com/google/gin-config;
description = "Gin provides a lightweight configuration framework for Python, based on dependency injection.";
license = licenses.asl20;
maintainers = with maintainers; [ jethrokuan ];
maintainers = with maintainers; [ jethro ];
};
}