mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: remove abysssol
This commit is contained in:
parent
a2e829d7b3
commit
ed4ab8879b
7 changed files with 4 additions and 13 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -354,7 +354,6 @@ in
|
|||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
abysssol
|
||||
onny
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
name = "ollama-cuda";
|
||||
meta.maintainers = with lib.maintainers; [ abysssol ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes.cuda =
|
||||
{ ... }:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
name = "ollama-rocm";
|
||||
meta.maintainers = with lib.maintainers; [ abysssol ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes.rocm =
|
||||
{ ... }:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
name = "ollama-vulkan";
|
||||
meta.maintainers = with lib.maintainers; [ abysssol ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes.vulkan =
|
||||
{ ... }:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
{
|
||||
name = "ollama";
|
||||
meta.maintainers = with lib.maintainers; [ abysssol ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes = {
|
||||
cpu =
|
||||
|
|
|
|||
|
|
@ -297,7 +297,6 @@ goBuild (finalAttrs: {
|
|||
if (rocmRequested || cudaRequested || vulkanRequested) then platforms.linux else platforms.unix;
|
||||
mainProgram = "ollama";
|
||||
maintainers = with maintainers; [
|
||||
abysssol
|
||||
dit7ya
|
||||
prusnak
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue