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.

Changed files
+14 -25
maintainers
nixos
tests
pkgs
applications
misc
klayout
by-name
ar
armadillo
ca
catch
do
docopt_cpp
hd
development
libraries
catch2
eccodes
vtk
python-modules
apptools
click-plugins
cligj
envisage
mayavi
pandas
protobuf
pyface
traitsui
-6
maintainers/maintainer-list.nix
···
github = "svelterust";
githubId = 85593302;
-
knedlsepp = {
-
email = "josef.kemetmueller@gmail.com";
-
github = "knedlsepp";
-
githubId = 3287933;
-
name = "Josef Kemetmüller";
-
};
knightpp = {
email = "knightpp@proton.me";
github = "knightpp";
+1 -1
nixos/tests/fenics.nix
···
{
name = "fenics";
meta = {
-
maintainers = with pkgs.lib.maintainers; [ knedlsepp ];
+
maintainers = with pkgs.lib.maintainers; [ ];
};
nodes = {
+1 -1
pkgs/applications/misc/klayout/default.nix
···
homepage = "https://www.klayout.de/";
changelog = "https://www.klayout.de/development.html#${version}";
platforms = platforms.linux;
-
maintainers = with maintainers; [ knedlsepp ];
+
maintainers = with maintainers; [ ];
};
}
-1
pkgs/by-name/ar/armadillo/package.nix
···
platforms = platforms.unix;
maintainers = with maintainers; [
juliendehos
-
knedlsepp
];
};
}
-1
pkgs/by-name/ca/catch/package.nix
···
license = licenses.boost;
maintainers = with maintainers; [
edwtjo
-
knedlsepp
];
platforms = with platforms; unix;
};
+1 -1
pkgs/by-name/do/docopt_cpp/package.nix
···
boost
];
platforms = platforms.all;
-
maintainers = with maintainers; [ knedlsepp ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/by-name/hd/hdf4/package.nix
···
meta = with lib; {
description = "Data model, library, and file format for storing and managing data";
homepage = "https://support.hdfgroup.org/products/hdf4/";
-
maintainers = with maintainers; [ knedlsepp ];
+
maintainers = with maintainers; [ ];
platforms = platforms.unix;
license = licenses.bsdOriginal;
};
-1
pkgs/development/libraries/catch2/default.nix
···
license = licenses.boost;
maintainers = with maintainers; [
edwtjo
-
knedlsepp
];
platforms = with platforms; unix ++ windows;
};
+1 -1
pkgs/development/libraries/eccodes/default.nix
···
meta = with lib; {
homepage = "https://confluence.ecmwf.int/display/ECC/";
license = licenses.asl20;
-
maintainers = with maintainers; [ knedlsepp ];
+
maintainers = with maintainers; [ ];
platforms = platforms.unix;
description = "ECMWF library for reading and writing GRIB, BUFR and GTS abbreviated header";
};
-1
pkgs/development/libraries/vtk/generic.nix
···
homepage = "https://www.vtk.org/";
license = licenses.bsd3;
maintainers = with maintainers; [
-
knedlsepp
tfmoraes
];
platforms = platforms.unix;
+1 -1
pkgs/development/python-modules/apptools/default.nix
···
homepage = "https://github.com/enthought/apptools";
changelog = "https://github.com/enthought/apptools/releases/tag/${version}";
license = licenses.bsdOriginal;
-
maintainers = with maintainers; [ knedlsepp ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/click-plugins/default.nix
···
description = "Extension module for click to enable registering CLI commands";
homepage = "https://github.com/click-contrib/click-plugins";
license = licenses.bsd3;
-
maintainers = with maintainers; [ knedlsepp ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/cligj/default.nix
···
description = "Click params for command line interfaces to GeoJSON";
homepage = "https://github.com/mapbox/cligj";
license = licenses.bsd3;
-
maintainers = with maintainers; [ knedlsepp ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/envisage/default.nix
···
description = "Framework for building applications whose functionalities can be extended by adding plug-ins";
homepage = "https://github.com/enthought/envisage";
license = licenses.bsdOriginal;
-
maintainers = with lib.maintainers; [ knedlsepp ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/mayavi/default.nix
···
description = "3D visualization of scientific data in Python";
homepage = "https://github.com/enthought/mayavi";
license = licenses.bsdOriginal;
-
maintainers = with maintainers; [ knedlsepp ];
+
maintainers = with maintainers; [ ];
mainProgram = "mayavi2";
};
}
-1
pkgs/development/python-modules/pandas/default.nix
···
'';
maintainers = with maintainers; [
raskin
-
knedlsepp
];
};
};
+1 -1
pkgs/development/python-modules/protobuf/3.nix
···
description = "Protocol Buffers are Google's data interchange format";
homepage = "https://developers.google.com/protocol-buffers/";
license = licenses.bsd3;
-
maintainers = with maintainers; [ knedlsepp ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/protobuf/4.nix
···
description = "Protocol Buffers are Google's data interchange format";
homepage = "https://developers.google.com/protocol-buffers/";
license = licenses.bsd3;
-
maintainers = with maintainers; [ knedlsepp ];
+
maintainers = with maintainers; [ ];
broken = lib.versionAtLeast protobuf.version "26";
};
}
+1 -1
pkgs/development/python-modules/pyface/default.nix
···
description = "Traits-capable windowing framework";
homepage = "https://github.com/enthought/pyface";
changelog = "https://github.com/enthought/pyface/releases/tag/${version}";
-
maintainers = with maintainers; [ knedlsepp ];
+
maintainers = with maintainers; [ ];
license = licenses.bsdOriginal;
};
}
+1 -1
pkgs/development/python-modules/traitsui/default.nix
···
homepage = "https://github.com/enthought/traitsui";
changelog = "https://github.com/enthought/traitsui/releases/tag/${version}";
license = licenses.bsdOriginal;
-
maintainers = with maintainers; [ knedlsepp ];
+
maintainers = with maintainers; [ ];
};
}