python27Packages.iniconfig: fix homepage
This commit is contained in:
parent
74a37c61a0
commit
17fc38828d
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "brain-dead simple parsing of ini files";
|
description = "brain-dead simple parsing of ini files";
|
||||||
homepage = "https://github.com/CHANGE/iniconfig/";
|
homepage = "https://github.com/RonnyPfannschmidt/iniconfig";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jonringer ];
|
maintainers = with maintainers; [ jonringer ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue