python27Packages.iniconfig: fix homepage
This commit is contained in:
parent
74a37c61a0
commit
17fc38828d
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue