python3Packages.sortedcollections: update attributes

This commit is contained in:
Fabian Affolter 2021-01-06 09:44:46 +01:00
parent 4a91e76fae
commit 25e483b3c3

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python Sorted Collections";
homepage = "http://www.grantjenks.com/docs/sortedcollections/";
license = licenses.asl20;
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};
}