python3Packages.iso8601: update maintainer
This commit is contained in:
parent
774d7e5fa2
commit
5567ea0a0a
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ buildPythonPackage rec {
|
||||||
description = "Simple module to parse ISO 8601 dates";
|
description = "Simple module to parse ISO 8601 dates";
|
||||||
homepage = "https://pyiso8601.readthedocs.io/";
|
homepage = "https://pyiso8601.readthedocs.io/";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ phreedom ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue