From 2759c33ca322e7f0de302157feb941dab416a7e1 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 19 May 2024 23:01:36 +0200 Subject: [PATCH] garage: drop maintenance Given the current situation, I have not been able to take care of anything related to that module. Upgrades are merged without upgrading properly the module, unfortunately. This caused too much divergence and I still do not have the energy to take care of it. I will leave it to the more active recent committers who touched the module to take it from there. Signed-off-by: Raito Bezarius --- nixos/modules/services/web-servers/garage.nix | 2 +- pkgs/tools/filesystems/garage/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/web-servers/garage.nix b/nixos/modules/services/web-servers/garage.nix index d2a5109e266a..3186360c7051 100644 --- a/nixos/modules/services/web-servers/garage.nix +++ b/nixos/modules/services/web-servers/garage.nix @@ -10,7 +10,7 @@ in { meta = { doc = ./garage.md; - maintainers = with pkgs.lib.maintainers; [ raitobezarius ]; + maintainers = [ ]; }; options.services.garage = { diff --git a/pkgs/tools/filesystems/garage/default.nix b/pkgs/tools/filesystems/garage/default.nix index b90a2e49bffe..1072134e31a9 100644 --- a/pkgs/tools/filesystems/garage/default.nix +++ b/pkgs/tools/filesystems/garage/default.nix @@ -82,7 +82,7 @@ let changelog = "https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v${version}"; homepage = "https://garagehq.deuxfleurs.fr"; license = lib.licenses.agpl3Only; - maintainers = with lib.maintainers; [ nickcao _0x4A6F teutat3s raitobezarius ]; + maintainers = with lib.maintainers; [ nickcao _0x4A6F teutat3s ]; knownVulnerabilities = (lib.optional eol "Garage version ${version} is EOL"); inherit broken; mainProgram = "garage";