maintainers: remove abysssol (#496994)

This commit is contained in:
abysssol
2026-03-05 21:44:41 +00:00
committed by GitHub
7 changed files with 4 additions and 13 deletions
-7
View File
@@ -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";
-1
View File
@@ -354,7 +354,6 @@ in
};
meta.maintainers = with lib.maintainers; [
abysssol
onny
];
}
+1 -1
View File
@@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
name = "ollama-cuda";
meta.maintainers = with lib.maintainers; [ abysssol ];
meta.maintainers = [ ];
nodes.cuda =
{ ... }:
+1 -1
View File
@@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
name = "ollama-rocm";
meta.maintainers = with lib.maintainers; [ abysssol ];
meta.maintainers = [ ];
nodes.rocm =
{ ... }:
+1 -1
View File
@@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
name = "ollama-vulkan";
meta.maintainers = with lib.maintainers; [ abysssol ];
meta.maintainers = [ ];
nodes.vulkan =
{ ... }:
+1 -1
View File
@@ -5,7 +5,7 @@ let
in
{
name = "ollama";
meta.maintainers = with lib.maintainers; [ abysssol ];
meta.maintainers = [ ];
nodes = {
cpu =
-1
View File
@@ -297,7 +297,6 @@ goBuild (finalAttrs: {
if (rocmRequested || cudaRequested || vulkanRequested) then platforms.linux else platforms.unix;
mainProgram = "ollama";
maintainers = with maintainers; [
abysssol
dit7ya
prusnak
];