Merge pull request #107926 from fabaff/homepage-aenum
python3Packages.aenum: update homepage attribute
This commit is contained in:
commit
c9e5ace751
@ -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…
x
Reference in New Issue
Block a user