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

View file

@ -11328,10 +11328,6 @@
githubId = 3413119; githubId = 3413119;
name = "Vonfry"; name = "Vonfry";
}; };
vozz = {
email = "oliver.huntuk@gmail.com";
name = "Oliver Hunt";
};
vq = { vq = {
email = "vq@erq.se"; email = "vq@erq.se";
name = "Daniel Nilsson"; name = "Daniel Nilsson";

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
description = "Easy to use Python module to extract Exif metadata from tiff and jpeg files"; description = "Easy to use Python module to extract Exif metadata from tiff and jpeg files";
homepage = "https://github.com/ianare/exif-py"; homepage = "https://github.com/ianare/exif-py";
license = licenses.bsd0; license = licenses.bsd0;
maintainers = with maintainers; [ vozz ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
description = "A small INI library for Python"; description = "A small INI library for Python";
homepage = "https://github.com/mitsuhiko/python-inifile"; homepage = "https://github.com/mitsuhiko/python-inifile";
license = licenses.bsd0; license = licenses.bsd0;
maintainers = with maintainers; [ vozz ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -49,7 +49,7 @@ buildPythonPackage rec {
description = "A static content management system"; description = "A static content management system";
homepage = "https://www.getlektor.com/"; homepage = "https://www.getlektor.com/";
license = licenses.bsd0; license = licenses.bsd0;
maintainers = with maintainers; [ vozz costrouc ]; maintainers = with maintainers; [ costrouc ];
}; };
} }

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "A tool to be able to bind the super key as a key rather than a modifier"; description = "A tool to be able to bind the super key as a key rather than a modifier";
homepage = "https://github.com/hanschen/ksuperkey"; homepage = "https://github.com/hanschen/ksuperkey";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.vozz ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }