summary refs log tree commit diff
path: root/pkgs/development/python-modules/ezdxf
diff options
context:
space:
mode:
authorChris Hodapp <hodapp87@gmail.com>2017-04-25 17:34:45 -0400
committerChris Hodapp <hodapp87@gmail.com>2017-04-25 17:34:52 -0400
commit489fa7b723524d6c744ca018d448a921cfb1ade2 (patch)
tree314478f9fcaac60af7b8228fd8aae8e407cf081e /pkgs/development/python-modules/ezdxf
parent1e3416cc0a3454ade851ad420eca61a971327c18 (diff)
downloadnixlib-489fa7b723524d6c744ca018d448a921cfb1ade2.tar
nixlib-489fa7b723524d6c744ca018d448a921cfb1ade2.tar.gz
nixlib-489fa7b723524d6c744ca018d448a921cfb1ade2.tar.bz2
nixlib-489fa7b723524d6c744ca018d448a921cfb1ade2.tar.lz
nixlib-489fa7b723524d6c744ca018d448a921cfb1ade2.tar.xz
nixlib-489fa7b723524d6c744ca018d448a921cfb1ade2.tar.zst
nixlib-489fa7b723524d6c744ca018d448a921cfb1ade2.zip
ezdxf: Add hodapp as maintainer
Diffstat (limited to 'pkgs/development/python-modules/ezdxf')
-rw-r--r--pkgs/development/python-modules/ezdxf/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/ezdxf/default.nix b/pkgs/development/python-modules/ezdxf/default.nix
index 6b0484f2c366..c6c6137a2d4e 100644
--- a/pkgs/development/python-modules/ezdxf/default.nix
+++ b/pkgs/development/python-modules/ezdxf/default.nix
@@ -20,6 +20,7 @@ buildPythonPackage rec {
     description = "Python package to read and write DXF drawings (interface to the DXF file format)";
     homepage = https://github.com/mozman/ezdxf/;
     license = licenses.mit;
+    maintainers = with maintainers; [ hodapp ];
     platforms = platforms.unix;
   };
 }