remove maintainer vozz

This commit is contained in:
ollieh
2021-08-02 23:55:58 +01:00
parent 6376458424
commit 5d2da0969d
5 changed files with 4 additions and 8 deletions
@@ -16,7 +16,7 @@ buildPythonPackage rec {
description = "A small INI library for Python";
homepage = "https://github.com/mitsuhiko/python-inifile";
license = licenses.bsd0;
maintainers = with maintainers; [ vozz ];
maintainers = with maintainers; [ ];
};
}