ezdxf: Add hodapp as maintainer

This commit is contained in:
Chris Hodapp
2017-04-25 17:34:45 -04:00
parent 1e3416cc0a
commit 489fa7b723
2 changed files with 2 additions and 0 deletions

View File

@@ -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;
};
}