From 5567ea0a0aea03c0b2a8b0c2ca60d63041d819e1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 26 Apr 2021 20:12:11 +0200 Subject: [PATCH] python3Packages.iso8601: update maintainer --- pkgs/development/python-modules/iso8601/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/iso8601/default.nix b/pkgs/development/python-modules/iso8601/default.nix index 404833904608..d0a74f400bba 100644 --- a/pkgs/development/python-modules/iso8601/default.nix +++ b/pkgs/development/python-modules/iso8601/default.nix @@ -25,6 +25,6 @@ buildPythonPackage rec { description = "Simple module to parse ISO 8601 dates"; homepage = "https://pyiso8601.readthedocs.io/"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ phreedom ]; + maintainers = with maintainers; [ fab ]; }; }