Skip to content

Commit

Permalink
maintainers: Remove knedlsepp (#367368)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents 304d149 + 767498f commit d0826dd
Show file tree
Hide file tree
Showing 20 changed files with 14 additions and 25 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12067,12 +12067,6 @@
github = "svelterust";
githubId = 85593302;
};
knedlsepp = {
email = "[email protected]";
github = "knedlsepp";
githubId = 3287933;
name = "Josef Kemetmüller";
};
knightpp = {
email = "[email protected]";
github = "knightpp";
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/fenics.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import ./make-test-python.nix (
{
name = "fenics";
meta = {
maintainers = with pkgs.lib.maintainers; [ knedlsepp ];
maintainers = with pkgs.lib.maintainers; [ ];
};

nodes = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/klayout/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mkDerivation rec {
homepage = "https://www.klayout.de/";
changelog = "https://www.klayout.de/development.html#${version}";
platforms = platforms.linux;
maintainers = with maintainers; [ knedlsepp ];
maintainers = with maintainers; [ ];
};
}

1 change: 0 additions & 1 deletion pkgs/by-name/ar/armadillo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [
juliendehos
knedlsepp
];
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/ca/catch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
license = licenses.boost;
maintainers = with maintainers; [
edwtjo
knedlsepp
];
platforms = with platforms; unix;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/do/docopt_cpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
boost
];
platforms = platforms.all;
maintainers = with maintainers; [ knedlsepp ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/hd/hdf4/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ stdenv.mkDerivation (finalAttrs: {
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;
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/catch2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
license = licenses.boost;
maintainers = with maintainers; [
edwtjo
knedlsepp
];
platforms = with platforms; unix ++ windows;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/eccodes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
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";
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/vtk/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ stdenv.mkDerivation {
homepage = "https://www.vtk.org/";
license = licenses.bsd3;
maintainers = with maintainers; [
knedlsepp
tfmoraes
];
platforms = platforms.unix;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/apptools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ buildPythonPackage rec {
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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/click-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ buildPythonPackage rec {
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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/cligj/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ buildPythonPackage rec {
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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/envisage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ buildPythonPackage rec {
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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/mayavi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ buildPythonPackage rec {
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 change: 0 additions & 1 deletion pkgs/development/python-modules/pandas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ let
'';
maintainers = with maintainers; [
raskin
knedlsepp
];
};
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/protobuf/3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ buildPythonPackage {
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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/protobuf/4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ buildPythonPackage {
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";
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pyface/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ buildPythonPackage rec {
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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/traitsui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ buildPythonPackage rec {
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; [ ];
};
}

0 comments on commit d0826dd

Please sign in to comment.