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.
This commit is contained in:
@@ -12049,12 +12049,6 @@
|
||||
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";
|
||||
|
||||
@@ -30,7 +30,7 @@ import ./make-test-python.nix (
|
||||
{
|
||||
name = "fenics";
|
||||
meta = {
|
||||
maintainers = with pkgs.lib.maintainers; [ knedlsepp ];
|
||||
maintainers = with pkgs.lib.maintainers; [ ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -40,7 +40,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [
|
||||
juliendehos
|
||||
knedlsepp
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.boost;
|
||||
maintainers = with maintainers; [
|
||||
edwtjo
|
||||
knedlsepp
|
||||
];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
|
||||
@@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
|
||||
boost
|
||||
];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ knedlsepp ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.boost;
|
||||
maintainers = with maintainers; [
|
||||
edwtjo
|
||||
knedlsepp
|
||||
];
|
||||
platforms = with platforms; unix ++ windows;
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -135,7 +135,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://www.vtk.org/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [
|
||||
knedlsepp
|
||||
tfmoraes
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -253,7 +253,6 @@ let
|
||||
'';
|
||||
maintainers = with maintainers; [
|
||||
raskin
|
||||
knedlsepp
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user