summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorChristian Kampka <christian@kampka.net>2021-01-18 21:23:49 +0100
committerGitHub <noreply@github.com>2021-01-18 21:23:49 +0100
commitf0ec10a8299d825639f939efd632418e6e3f418f (patch)
tree49d99cad99feb03bc4f19a080373295fd11a2969 /nixos
parenta15e4b69e7ed874f7def752b7deeb4c6551d361b (diff)
treewide: remove kampka as maintainer (#109813)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/trilium.nix2
-rw-r--r--nixos/tests/containers-tmpfs.nix2
-rw-r--r--nixos/tests/zsh-history.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/web-apps/trilium.nix b/nixos/modules/services/web-apps/trilium.nix
index 3fa8dad04908..3a6ea02676aa 100644
--- a/nixos/modules/services/web-apps/trilium.nix
+++ b/nixos/modules/services/web-apps/trilium.nix
@@ -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 = {
diff --git a/nixos/tests/containers-tmpfs.nix b/nixos/tests/containers-tmpfs.nix
index e1ab098e985d..7ebf0d02a240 100644
--- a/nixos/tests/containers-tmpfs.nix
+++ b/nixos/tests/containers-tmpfs.nix
@@ -3,7 +3,7 @@
import ./make-test-python.nix ({ pkgs, ...} : {
name = "containers-tmpfs";
meta = with pkgs.lib.maintainers; {
- maintainers = [ kampka ];
+ maintainers = [ ];
};
machine =
diff --git a/nixos/tests/zsh-history.nix b/nixos/tests/zsh-history.nix
index caed45e851d4..3109c3f65081 100644
--- a/nixos/tests/zsh-history.nix
+++ b/nixos/tests/zsh-history.nix
@@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ...} : {
name = "zsh-history";
meta = with pkgs.lib.maintainers; {
- maintainers = [ kampka ];
+ maintainers = [ ];
};
nodes.default = { ... }: {