python27Packages.iniconfig: fix homepage

This commit is contained in:
Mario Rodas 2020-11-06 04:20:00 +00:00
parent 74a37c61a0
commit 17fc38828d

View file

@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "brain-dead simple parsing of ini files";
homepage = "https://github.com/CHANGE/iniconfig/";
homepage = "https://github.com/RonnyPfannschmidt/iniconfig";
license = licenses.mit;
maintainers = with maintainers; [ jonringer ];
};