about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2024-05-19 23:01:36 +0200
committerRaito Bezarius <masterancpp@gmail.com>2024-05-19 23:01:36 +0200
commit2759c33ca322e7f0de302157feb941dab416a7e1 (patch)
tree84bff8193584694ea3c327b7199f1fca190d0699 /pkgs/tools
parent7c7c7d9cbbbe7a98b75d3a9bad8a134b2f79d18c (diff)
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 <masterancpp@gmail.com>
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/filesystems/garage/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/garage/default.nix b/pkgs/tools/filesystems/garage/default.nix
index b90a2e49bffed..1072134e31a9d 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";