mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
treewide: remove kampka as maintainer (#109813)
This commit is contained in:
parent
a15e4b69e7
commit
f0ec10a829
@ -1699,16 +1699,6 @@
|
||||
githubId = 46303707;
|
||||
name = "Christian Lütke-Stetzkamp";
|
||||
};
|
||||
kampka = {
|
||||
email = "christian@kampka.net";
|
||||
github = "kampka";
|
||||
githubId = 422412;
|
||||
name = "Christian Kampka";
|
||||
keys = [{
|
||||
longkeyid = "ed25519/0x1CBE9645DD68E915";
|
||||
fingerprint = "F7FA 0BD0 8775 337C F6AB 4A14 1CBE 9645 DD68 E915";
|
||||
}];
|
||||
};
|
||||
ckauhaus = {
|
||||
email = "kc@flyingcircus.io";
|
||||
github = "ckauhaus";
|
||||
|
@ -85,7 +85,7 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable (lib.mkMerge [
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ kampka ];
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
|
||||
users.groups.trilium = {};
|
||||
users.users.trilium = {
|
||||
|
@ -3,7 +3,7 @@
|
||||
import ./make-test-python.nix ({ pkgs, ...} : {
|
||||
name = "containers-tmpfs";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ kampka ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
machine =
|
||||
|
@ -1,7 +1,7 @@
|
||||
import ./make-test-python.nix ({ pkgs, ...} : {
|
||||
name = "zsh-history";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ kampka ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes.default = { ... }: {
|
||||
|
@ -44,7 +44,7 @@ let
|
||||
homepage = "https://github.com/kubernetes/kops";
|
||||
changelog = "https://github.com/kubernetes/kops/tree/master/docs/releases";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ offline zimbatm kampka ];
|
||||
maintainers = with maintainers; [ offline zimbatm ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
} // attrs';
|
||||
|
@ -21,7 +21,7 @@ nodePackages."${packageName}".override {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Version controlled multi-cluster deployment manager for kubernetes";
|
||||
maintainers = with maintainers; [ kampka ];
|
||||
maintainers = with maintainers; [ ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ let
|
||||
homepage = "https://github.com/zadam/trilium";
|
||||
license = licenses.agpl3;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ emmanuelrosa dtzWill kampka ];
|
||||
maintainers = with maintainers; [ emmanuelrosa dtzWill ];
|
||||
};
|
||||
|
||||
version = "0.43.3";
|
||||
|
@ -19,7 +19,7 @@ nodePackages."${packageName}".override {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A Matrix <--> Slack bridge";
|
||||
maintainers = with maintainers; [ kampka ];
|
||||
maintainers = with maintainers; [ ];
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
@ -28,7 +28,7 @@ buildGoModule rec {
|
||||
license = licenses.mit;
|
||||
homepage = "https://github.com/b4b4r07/history";
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ kampka ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
||||
passthru.tests = {
|
||||
|
@ -21,6 +21,6 @@ buildPythonApplication rec {
|
||||
description = "Command-line interface to the public Gandi.net API";
|
||||
homepage = "https://cli.gandi.net/";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ kampka ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user