summary refs log tree commit diff
diff options
context:
space:
mode:
authorUli Baum <xeji@cat3.de>2018-08-15 09:54:58 +0200
committerUli Baum <xeji@cat3.de>2018-08-15 09:54:58 +0200
commit6e3d0efdc48d3388dc467d2bdd5d58706d00aa86 (patch)
tree47ff213d8bb1d1fc28e1474052f64d252aa7c616
parent2937e7367f8e5f4fdee1cf8d259db44f8e467387 (diff)
downloadnixlib-6e3d0efdc48d3388dc467d2bdd5d58706d00aa86.tar
nixlib-6e3d0efdc48d3388dc467d2bdd5d58706d00aa86.tar.gz
nixlib-6e3d0efdc48d3388dc467d2bdd5d58706d00aa86.tar.bz2
nixlib-6e3d0efdc48d3388dc467d2bdd5d58706d00aa86.tar.lz
nixlib-6e3d0efdc48d3388dc467d2bdd5d58706d00aa86.tar.xz
nixlib-6e3d0efdc48d3388dc467d2bdd5d58706d00aa86.tar.zst
nixlib-6e3d0efdc48d3388dc467d2bdd5d58706d00aa86.zip
python.pkgs.orderedset: fix ofborg checkMeta
broken by 44a4370b1f3aa2b1b2416d8c09b8df6900f5c449
-rw-r--r--pkgs/development/python-modules/orderedset/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/orderedset/default.nix b/pkgs/development/python-modules/orderedset/default.nix
index 44a6a9e6b8d9..f1e6f1bf918e 100644
--- a/pkgs/development/python-modules/orderedset/default.nix
+++ b/pkgs/development/python-modules/orderedset/default.nix
@@ -13,6 +13,6 @@ buildPythonPackage rec {
     description = "An Ordered Set implementation in Cython";
     homepage = https://pypi.python.org/pypi/orderedset;
     license = licenses.bsd3;
-    maintainers = maintainers.jtojnar;
+    maintainers = [ maintainers.jtojnar ];
   };
 }