remove maintainer vozz

launchpad/nixpkgs/master
ollieh 3 years ago
parent 6376458424
commit 5d2da0969d
  1. 4
      maintainers/maintainer-list.nix
  2. 2
      pkgs/development/python-modules/exifread/default.nix
  3. 2
      pkgs/development/python-modules/inifile/default.nix
  4. 2
      pkgs/development/python-modules/lektor/default.nix
  5. 2
      pkgs/tools/X11/ksuperkey/default.nix

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

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

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

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

@ -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";
homepage = "https://github.com/hanschen/ksuperkey";
license = licenses.gpl3;
maintainers = [ maintainers.vozz ];
maintainers = [ ];
platforms = platforms.linux;
};
}

Loading…
Cancel
Save