python3Packages.iso8601: update maintainer

This commit is contained in:
Fabian Affolter 2021-04-26 20:12:11 +02:00
parent 774d7e5fa2
commit 5567ea0a0a

View file

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