mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 08:01:50 +00:00
treewide: remove kampka as maintainer (#109813)
This commit is contained in:
parent
a15e4b69e7
commit
f0ec10a829
maintainers
nixos
pkgs
applications
servers/matrix-synapse/matrix-appservice-slack
shells/zsh/zsh-history
tools/networking/gandi-cli
|
@ -1699,16 +1699,6 @@
|
||||||
githubId = 46303707;
|
githubId = 46303707;
|
||||||
name = "Christian Lütke-Stetzkamp";
|
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 = {
|
ckauhaus = {
|
||||||
email = "kc@flyingcircus.io";
|
email = "kc@flyingcircus.io";
|
||||||
github = "ckauhaus";
|
github = "ckauhaus";
|
||||||
|
|
|
@ -85,7 +85,7 @@ in
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable (lib.mkMerge [
|
config = lib.mkIf cfg.enable (lib.mkMerge [
|
||||||
{
|
{
|
||||||
meta.maintainers = with lib.maintainers; [ kampka ];
|
meta.maintainers = with lib.maintainers; [ ];
|
||||||
|
|
||||||
users.groups.trilium = {};
|
users.groups.trilium = {};
|
||||||
users.users.trilium = {
|
users.users.trilium = {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
import ./make-test-python.nix ({ pkgs, ...} : {
|
import ./make-test-python.nix ({ pkgs, ...} : {
|
||||||
name = "containers-tmpfs";
|
name = "containers-tmpfs";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ kampka ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
machine =
|
machine =
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import ./make-test-python.nix ({ pkgs, ...} : {
|
import ./make-test-python.nix ({ pkgs, ...} : {
|
||||||
name = "zsh-history";
|
name = "zsh-history";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ kampka ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes.default = { ... }: {
|
nodes.default = { ... }: {
|
||||||
|
|
|
@ -44,7 +44,7 @@ let
|
||||||
homepage = "https://github.com/kubernetes/kops";
|
homepage = "https://github.com/kubernetes/kops";
|
||||||
changelog = "https://github.com/kubernetes/kops/tree/master/docs/releases";
|
changelog = "https://github.com/kubernetes/kops/tree/master/docs/releases";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ offline zimbatm kampka ];
|
maintainers = with maintainers; [ offline zimbatm ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
} // attrs';
|
} // attrs';
|
||||||
|
|
|
@ -21,7 +21,7 @@ nodePackages."${packageName}".override {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Version controlled multi-cluster deployment manager for kubernetes";
|
description = "Version controlled multi-cluster deployment manager for kubernetes";
|
||||||
maintainers = with maintainers; [ kampka ];
|
maintainers = with maintainers; [ ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ let
|
||||||
homepage = "https://github.com/zadam/trilium";
|
homepage = "https://github.com/zadam/trilium";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ emmanuelrosa dtzWill kampka ];
|
maintainers = with maintainers; [ emmanuelrosa dtzWill ];
|
||||||
};
|
};
|
||||||
|
|
||||||
version = "0.43.3";
|
version = "0.43.3";
|
||||||
|
|
|
@ -19,7 +19,7 @@ nodePackages."${packageName}".override {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Matrix <--> Slack bridge";
|
description = "A Matrix <--> Slack bridge";
|
||||||
maintainers = with maintainers; [ kampka ];
|
maintainers = with maintainers; [ ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,7 @@ buildGoModule rec {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = "https://github.com/b4b4r07/history";
|
homepage = "https://github.com/b4b4r07/history";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ kampka ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
|
|
|
@ -21,6 +21,6 @@ buildPythonApplication rec {
|
||||||
description = "Command-line interface to the public Gandi.net API";
|
description = "Command-line interface to the public Gandi.net API";
|
||||||
homepage = "https://cli.gandi.net/";
|
homepage = "https://cli.gandi.net/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ kampka ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue