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>
This commit is contained in:
Raito Bezarius
2024-05-19 23:01:36 +02:00
parent 7c7c7d9cbb
commit 2759c33ca3
2 changed files with 2 additions and 2 deletions
@@ -10,7 +10,7 @@ in
{
meta = {
doc = ./garage.md;
maintainers = with pkgs.lib.maintainers; [ raitobezarius ];
maintainers = [ ];
};
options.services.garage = {
+1 -1
View File
@@ -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";