maintainers: Remove knedlsepp

I haven't been doing much maintenance in the last couple of years
really, so this is long overdue. I still run NixOS on all my computers
and greatly appreciate the time that the *real* maintainers put into it.
❤️
I'm hoping to be able to contribute again at some point down the line.

+14 -25
-6
maintainers/maintainer-list.nix
··· 12049 github = "svelterust"; 12050 githubId = 85593302; 12051 }; 12052 - knedlsepp = { 12053 - email = "josef.kemetmueller@gmail.com"; 12054 - github = "knedlsepp"; 12055 - githubId = 3287933; 12056 - name = "Josef Kemetmüller"; 12057 - }; 12058 knightpp = { 12059 email = "knightpp@proton.me"; 12060 github = "knightpp";
··· 12049 github = "svelterust"; 12050 githubId = 85593302; 12051 }; 12052 knightpp = { 12053 email = "knightpp@proton.me"; 12054 github = "knightpp";
+1 -1
nixos/tests/fenics.nix
··· 30 { 31 name = "fenics"; 32 meta = { 33 - maintainers = with pkgs.lib.maintainers; [ knedlsepp ]; 34 }; 35 36 nodes = {
··· 30 { 31 name = "fenics"; 32 meta = { 33 + maintainers = with pkgs.lib.maintainers; [ ]; 34 }; 35 36 nodes = {
+1 -1
pkgs/applications/misc/klayout/default.nix
··· 64 homepage = "https://www.klayout.de/"; 65 changelog = "https://www.klayout.de/development.html#${version}"; 66 platforms = platforms.linux; 67 - maintainers = with maintainers; [ knedlsepp ]; 68 }; 69 } 70
··· 64 homepage = "https://www.klayout.de/"; 65 changelog = "https://www.klayout.de/development.html#${version}"; 66 platforms = platforms.linux; 67 + maintainers = with maintainers; [ ]; 68 }; 69 } 70
-1
pkgs/by-name/ar/armadillo/package.nix
··· 40 platforms = platforms.unix; 41 maintainers = with maintainers; [ 42 juliendehos 43 - knedlsepp 44 ]; 45 }; 46 }
··· 40 platforms = platforms.unix; 41 maintainers = with maintainers; [ 42 juliendehos 43 ]; 44 }; 45 }
-1
pkgs/by-name/ca/catch/package.nix
··· 43 license = licenses.boost; 44 maintainers = with maintainers; [ 45 edwtjo 46 - knedlsepp 47 ]; 48 platforms = with platforms; unix; 49 };
··· 43 license = licenses.boost; 44 maintainers = with maintainers; [ 45 edwtjo 46 ]; 47 platforms = with platforms; unix; 48 };
+1 -1
pkgs/by-name/do/docopt_cpp/package.nix
··· 53 boost 54 ]; 55 platforms = platforms.all; 56 - maintainers = with maintainers; [ knedlsepp ]; 57 }; 58 }
··· 53 boost 54 ]; 55 platforms = platforms.all; 56 + maintainers = with maintainers; [ ]; 57 }; 58 }
+1 -1
pkgs/by-name/hd/hdf4/package.nix
··· 162 meta = with lib; { 163 description = "Data model, library, and file format for storing and managing data"; 164 homepage = "https://support.hdfgroup.org/products/hdf4/"; 165 - maintainers = with maintainers; [ knedlsepp ]; 166 platforms = platforms.unix; 167 license = licenses.bsdOriginal; 168 };
··· 162 meta = with lib; { 163 description = "Data model, library, and file format for storing and managing data"; 164 homepage = "https://support.hdfgroup.org/products/hdf4/"; 165 + maintainers = with maintainers; [ ]; 166 platforms = platforms.unix; 167 license = licenses.bsdOriginal; 168 };
-1
pkgs/development/libraries/catch2/default.nix
··· 26 license = licenses.boost; 27 maintainers = with maintainers; [ 28 edwtjo 29 - knedlsepp 30 ]; 31 platforms = with platforms; unix ++ windows; 32 };
··· 26 license = licenses.boost; 27 maintainers = with maintainers; [ 28 edwtjo 29 ]; 30 platforms = with platforms; unix ++ windows; 31 };
+1 -1
pkgs/development/libraries/eccodes/default.nix
··· 74 meta = with lib; { 75 homepage = "https://confluence.ecmwf.int/display/ECC/"; 76 license = licenses.asl20; 77 - maintainers = with maintainers; [ knedlsepp ]; 78 platforms = platforms.unix; 79 description = "ECMWF library for reading and writing GRIB, BUFR and GTS abbreviated header"; 80 };
··· 74 meta = with lib; { 75 homepage = "https://confluence.ecmwf.int/display/ECC/"; 76 license = licenses.asl20; 77 + maintainers = with maintainers; [ ]; 78 platforms = platforms.unix; 79 description = "ECMWF library for reading and writing GRIB, BUFR and GTS abbreviated header"; 80 };
-1
pkgs/development/libraries/vtk/generic.nix
··· 135 homepage = "https://www.vtk.org/"; 136 license = licenses.bsd3; 137 maintainers = with maintainers; [ 138 - knedlsepp 139 tfmoraes 140 ]; 141 platforms = platforms.unix;
··· 135 homepage = "https://www.vtk.org/"; 136 license = licenses.bsd3; 137 maintainers = with maintainers; [ 138 tfmoraes 139 ]; 140 platforms = platforms.unix;
+1 -1
pkgs/development/python-modules/apptools/default.nix
··· 59 homepage = "https://github.com/enthought/apptools"; 60 changelog = "https://github.com/enthought/apptools/releases/tag/${version}"; 61 license = licenses.bsdOriginal; 62 - maintainers = with maintainers; [ knedlsepp ]; 63 }; 64 }
··· 59 homepage = "https://github.com/enthought/apptools"; 60 changelog = "https://github.com/enthought/apptools/releases/tag/${version}"; 61 license = licenses.bsdOriginal; 62 + maintainers = with maintainers; [ ]; 63 }; 64 }
+1 -1
pkgs/development/python-modules/click-plugins/default.nix
··· 24 description = "Extension module for click to enable registering CLI commands"; 25 homepage = "https://github.com/click-contrib/click-plugins"; 26 license = licenses.bsd3; 27 - maintainers = with maintainers; [ knedlsepp ]; 28 }; 29 }
··· 24 description = "Extension module for click to enable registering CLI commands"; 25 homepage = "https://github.com/click-contrib/click-plugins"; 26 license = licenses.bsd3; 27 + maintainers = with maintainers; [ ]; 28 }; 29 }
+1 -1
pkgs/development/python-modules/cligj/default.nix
··· 34 description = "Click params for command line interfaces to GeoJSON"; 35 homepage = "https://github.com/mapbox/cligj"; 36 license = licenses.bsd3; 37 - maintainers = with maintainers; [ knedlsepp ]; 38 }; 39 }
··· 34 description = "Click params for command line interfaces to GeoJSON"; 35 homepage = "https://github.com/mapbox/cligj"; 36 license = licenses.bsd3; 37 + maintainers = with maintainers; [ ]; 38 }; 39 }
+1 -1
pkgs/development/python-modules/envisage/default.nix
··· 45 description = "Framework for building applications whose functionalities can be extended by adding plug-ins"; 46 homepage = "https://github.com/enthought/envisage"; 47 license = licenses.bsdOriginal; 48 - maintainers = with lib.maintainers; [ knedlsepp ]; 49 }; 50 }
··· 45 description = "Framework for building applications whose functionalities can be extended by adding plug-ins"; 46 homepage = "https://github.com/enthought/envisage"; 47 license = licenses.bsdOriginal; 48 + maintainers = with lib.maintainers; [ ]; 49 }; 50 }
+1 -1
pkgs/development/python-modules/mayavi/default.nix
··· 57 description = "3D visualization of scientific data in Python"; 58 homepage = "https://github.com/enthought/mayavi"; 59 license = licenses.bsdOriginal; 60 - maintainers = with maintainers; [ knedlsepp ]; 61 mainProgram = "mayavi2"; 62 }; 63 }
··· 57 description = "3D visualization of scientific data in Python"; 58 homepage = "https://github.com/enthought/mayavi"; 59 license = licenses.bsdOriginal; 60 + maintainers = with maintainers; [ ]; 61 mainProgram = "mayavi2"; 62 }; 63 }
-1
pkgs/development/python-modules/pandas/default.nix
··· 253 ''; 254 maintainers = with maintainers; [ 255 raskin 256 - knedlsepp 257 ]; 258 }; 259 };
··· 253 ''; 254 maintainers = with maintainers; [ 255 raskin 256 ]; 257 }; 258 };
+1 -1
pkgs/development/python-modules/protobuf/3.nix
··· 87 description = "Protocol Buffers are Google's data interchange format"; 88 homepage = "https://developers.google.com/protocol-buffers/"; 89 license = licenses.bsd3; 90 - maintainers = with maintainers; [ knedlsepp ]; 91 }; 92 }
··· 87 description = "Protocol Buffers are Google's data interchange format"; 88 homepage = "https://developers.google.com/protocol-buffers/"; 89 license = licenses.bsd3; 90 + maintainers = with maintainers; [ ]; 91 }; 92 }
+1 -1
pkgs/development/python-modules/protobuf/4.nix
··· 130 description = "Protocol Buffers are Google's data interchange format"; 131 homepage = "https://developers.google.com/protocol-buffers/"; 132 license = licenses.bsd3; 133 - maintainers = with maintainers; [ knedlsepp ]; 134 broken = lib.versionAtLeast protobuf.version "26"; 135 }; 136 }
··· 130 description = "Protocol Buffers are Google's data interchange format"; 131 homepage = "https://developers.google.com/protocol-buffers/"; 132 license = licenses.bsd3; 133 + maintainers = with maintainers; [ ]; 134 broken = lib.versionAtLeast protobuf.version "26"; 135 }; 136 }
+1 -1
pkgs/development/python-modules/pyface/default.nix
··· 37 description = "Traits-capable windowing framework"; 38 homepage = "https://github.com/enthought/pyface"; 39 changelog = "https://github.com/enthought/pyface/releases/tag/${version}"; 40 - maintainers = with maintainers; [ knedlsepp ]; 41 license = licenses.bsdOriginal; 42 }; 43 }
··· 37 description = "Traits-capable windowing framework"; 38 homepage = "https://github.com/enthought/pyface"; 39 changelog = "https://github.com/enthought/pyface/releases/tag/${version}"; 40 + maintainers = with maintainers; [ ]; 41 license = licenses.bsdOriginal; 42 }; 43 }
+1 -1
pkgs/development/python-modules/traitsui/default.nix
··· 37 homepage = "https://github.com/enthought/traitsui"; 38 changelog = "https://github.com/enthought/traitsui/releases/tag/${version}"; 39 license = licenses.bsdOriginal; 40 - maintainers = with maintainers; [ knedlsepp ]; 41 }; 42 }
··· 37 homepage = "https://github.com/enthought/traitsui"; 38 changelog = "https://github.com/enthought/traitsui/releases/tag/${version}"; 39 license = licenses.bsdOriginal; 40 + maintainers = with maintainers; [ ]; 41 }; 42 }