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 = "Easy to use Python module to extract Exif metadata from tiff and jpeg files";
homepage = "https://github.com/ianare/exif-py";
license = licenses.bsd0;
maintainers = with maintainers; [ vozz ];
maintainers = with maintainers; [ ];
};
}