python3Packages.sortedcollections: update attributes
This commit is contained in:
parent
4a91e76fae
commit
25e483b3c3
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Python Sorted Collections";
|
description = "Python Sorted Collections";
|
||||||
homepage = "http://www.grantjenks.com/docs/sortedcollections/";
|
homepage = "http://www.grantjenks.com/docs/sortedcollections/";
|
||||||
license = licenses.asl20;
|
license = with licenses; [ asl20 ];
|
||||||
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user