Merge pull request #107926 from fabaff/homepage-aenum

python3Packages.aenum: update homepage attribute
This commit is contained in:
Pavol Rusnak 2020-12-30 00:26:20 +01:00 committed by GitHub
commit c9e5ace751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
}; };
} }