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