From ed4ab8879bc2b5ceb6a6f3b026529c3a84fea81a Mon Sep 17 00:00:00 2001 From: abysssol Date: Thu, 5 Mar 2026 15:30:54 -0500 Subject: [PATCH] maintainers: remove abysssol --- maintainers/maintainer-list.nix | 7 ------- nixos/modules/services/misc/ollama.nix | 1 - nixos/tests/ollama-cuda.nix | 2 +- nixos/tests/ollama-rocm.nix | 2 +- nixos/tests/ollama-vulkan.nix | 2 +- nixos/tests/ollama.nix | 2 +- pkgs/by-name/ol/ollama/package.nix | 1 - 7 files changed, 4 insertions(+), 13 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 66a4025803fd..7a1763dcd66a 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -500,13 +500,6 @@ githubId = 2526296; name = "Adrien Bustany"; }; - abysssol = { - name = "abysssol"; - email = "abysssol@pm.me"; - matrix = "@abysssol:tchncs.de"; - github = "abysssol"; - githubId = 76763323; - }; acairncross = { email = "acairncross@gmail.com"; github = "acairncross"; diff --git a/nixos/modules/services/misc/ollama.nix b/nixos/modules/services/misc/ollama.nix index 225ebd910ff7..bc1693f1902e 100644 --- a/nixos/modules/services/misc/ollama.nix +++ b/nixos/modules/services/misc/ollama.nix @@ -354,7 +354,6 @@ in }; meta.maintainers = with lib.maintainers; [ - abysssol onny ]; } diff --git a/nixos/tests/ollama-cuda.nix b/nixos/tests/ollama-cuda.nix index 433b05f8bebe..5da9d52c6aa4 100644 --- a/nixos/tests/ollama-cuda.nix +++ b/nixos/tests/ollama-cuda.nix @@ -1,7 +1,7 @@ { lib, pkgs, ... }: { name = "ollama-cuda"; - meta.maintainers = with lib.maintainers; [ abysssol ]; + meta.maintainers = [ ]; nodes.cuda = { ... }: diff --git a/nixos/tests/ollama-rocm.nix b/nixos/tests/ollama-rocm.nix index 9d9d22c2c6ca..506821f7a105 100644 --- a/nixos/tests/ollama-rocm.nix +++ b/nixos/tests/ollama-rocm.nix @@ -1,7 +1,7 @@ { lib, pkgs, ... }: { name = "ollama-rocm"; - meta.maintainers = with lib.maintainers; [ abysssol ]; + meta.maintainers = [ ]; nodes.rocm = { ... }: diff --git a/nixos/tests/ollama-vulkan.nix b/nixos/tests/ollama-vulkan.nix index b721b3079aa2..a5dd45ec4069 100644 --- a/nixos/tests/ollama-vulkan.nix +++ b/nixos/tests/ollama-vulkan.nix @@ -1,7 +1,7 @@ { lib, pkgs, ... }: { name = "ollama-vulkan"; - meta.maintainers = with lib.maintainers; [ abysssol ]; + meta.maintainers = [ ]; nodes.vulkan = { ... }: diff --git a/nixos/tests/ollama.nix b/nixos/tests/ollama.nix index 34347716af72..ef92e0c8f6b1 100644 --- a/nixos/tests/ollama.nix +++ b/nixos/tests/ollama.nix @@ -5,7 +5,7 @@ let in { name = "ollama"; - meta.maintainers = with lib.maintainers; [ abysssol ]; + meta.maintainers = [ ]; nodes = { cpu = diff --git a/pkgs/by-name/ol/ollama/package.nix b/pkgs/by-name/ol/ollama/package.nix index 0802371ae660..aeee894a82be 100644 --- a/pkgs/by-name/ol/ollama/package.nix +++ b/pkgs/by-name/ol/ollama/package.nix @@ -297,7 +297,6 @@ goBuild (finalAttrs: { if (rocmRequested || cudaRequested || vulkanRequested) then platforms.linux else platforms.unix; mainProgram = "ollama"; maintainers = with maintainers; [ - abysssol dit7ya prusnak ];