maintainers: drop catern
Does not react to maintainer pings; not a member of the nixpkgs-maintainers team. Did not respond to https://github.com/NixOS/nixpkgs/pull/452507#issuecomment-3415956989.
This commit is contained in:
@@ -4360,12 +4360,6 @@
|
||||
githubId = 37775;
|
||||
name = "Kirill A. Korinsky";
|
||||
};
|
||||
catern = {
|
||||
email = "sbaugh@catern.com";
|
||||
github = "catern";
|
||||
githubId = 5394722;
|
||||
name = "Spencer Baugh";
|
||||
};
|
||||
cathalmullan = {
|
||||
email = "contact@cathal.dev";
|
||||
github = "CathalMullan";
|
||||
|
||||
@@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Command-line CSV to LaTeX file converter";
|
||||
homepage = "http://brouits.free.fr/csv2latex/";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = [ maintainers.catern ];
|
||||
mainProgram = "csv2latex";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,6 +33,5 @@ stdenv.mkDerivation rec {
|
||||
description = "Indexed queue";
|
||||
license = licenses.asl20;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = [ maintainers.catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -49,6 +49,5 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
mainProgram = "kdbg";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,6 +29,5 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://suso.suso.org/xulu/Num-utils";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,6 +19,5 @@ stdenv.mkDerivation rec {
|
||||
description = "Minimal unprivileged process supervisor making use of modern Linux features";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,7 +38,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
catern
|
||||
lucasew
|
||||
];
|
||||
};
|
||||
|
||||
@@ -59,7 +59,6 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/vxgmichel/aioconsole/releases/tag/v${version}";
|
||||
homepage = "https://github.com/vxgmichel/aioconsole";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ catern ];
|
||||
mainProgram = "apython";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -83,6 +83,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/ecederstrand/exchangelib";
|
||||
changelog = "https://github.com/ecederstrand/exchangelib/blob/${src.tag}/CHANGELOG.md";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,6 +46,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/MagicStack/immutables";
|
||||
changelog = "https://github.com/MagicStack/immutables/releases/tag/v${version}";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,6 +31,5 @@ buildPythonPackage rec {
|
||||
mit
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -44,6 +44,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://pdoc3.github.io/pdoc/";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
mainProgram = "pdoc";
|
||||
maintainers = with lib.maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,6 +27,5 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "High-level interface to Kerberos";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -51,6 +51,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/seveas/python-prctl";
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -44,6 +44,5 @@ buildPythonPackage rec {
|
||||
description = "Authentication handler for using Kerberos with Python Requests";
|
||||
homepage = "https://github.com/requests/requests-kerberos";
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,6 +39,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/msabramo/requests-unixsocket";
|
||||
changelog = "https://github.com/msabramo/requests-unixsocket/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,6 +34,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/da4089/simplefix";
|
||||
changelog = "https://github.com/da4089/simplefix/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,6 +34,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/catern/supervise";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -107,6 +107,5 @@ buildPythonPackage rec {
|
||||
mit
|
||||
asl20
|
||||
];
|
||||
maintainers = with lib.maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -49,6 +49,5 @@ buildPythonPackage rec {
|
||||
mit
|
||||
asl20
|
||||
];
|
||||
maintainers = with maintainers; [ catern ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user