python3Packages.aenum: update homepage attribute
This commit is contained in:
parent
ad13f0e569
commit
18149e86c3
1 changed files with 1 additions and 2 deletions
|
@ -22,11 +22,10 @@ buildPythonPackage rec {
|
||||||
runHook postCheck
|
runHook postCheck
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants";
|
description = "Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants";
|
||||||
maintainers = with stdenv.lib.maintainers; [ vrthra ];
|
maintainers = with stdenv.lib.maintainers; [ vrthra ];
|
||||||
license = with stdenv.lib.licenses; [ bsd3 ];
|
license = with stdenv.lib.licenses; [ bsd3 ];
|
||||||
homepage = "https://bitbucket.org/stoneleaf/aenum";
|
homepage = "https://github.com/ethanfurman/aenum";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue