about summary refs log tree commit diff
path: root/pkgs/development/python-modules/sortedcollections
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-01-06 09:44:46 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-01-10 15:41:18 +0100
commit25e483b3c3ec45061d7301f24f98028ef7dd8708 (patch)
treebdcb493dae7076fa81deacebe4a8aa2a5dbd5817 /pkgs/development/python-modules/sortedcollections
parent4a91e76faebdbe6c8fa523b7206d2c9adc50179d (diff)
python3Packages.sortedcollections: update attributes
Diffstat (limited to 'pkgs/development/python-modules/sortedcollections')
-rw-r--r--pkgs/development/python-modules/sortedcollections/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sortedcollections/default.nix b/pkgs/development/python-modules/sortedcollections/default.nix
index 7b861f7bdfc22..b0b3df19bac3c 100644
--- a/pkgs/development/python-modules/sortedcollections/default.nix
+++ b/pkgs/development/python-modules/sortedcollections/default.nix
@@ -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 ];
   };
-
 }