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>

+2 -2
+1 -1
nixos/modules/services/web-servers/garage.nix
··· 10 { 11 meta = { 12 doc = ./garage.md; 13 - maintainers = with pkgs.lib.maintainers; [ raitobezarius ]; 14 }; 15 16 options.services.garage = {
··· 10 { 11 meta = { 12 doc = ./garage.md; 13 + maintainers = [ ]; 14 }; 15 16 options.services.garage = {
+1 -1
pkgs/tools/filesystems/garage/default.nix
··· 82 changelog = "https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v${version}"; 83 homepage = "https://garagehq.deuxfleurs.fr"; 84 license = lib.licenses.agpl3Only; 85 - maintainers = with lib.maintainers; [ nickcao _0x4A6F teutat3s raitobezarius ]; 86 knownVulnerabilities = (lib.optional eol "Garage version ${version} is EOL"); 87 inherit broken; 88 mainProgram = "garage";
··· 82 changelog = "https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v${version}"; 83 homepage = "https://garagehq.deuxfleurs.fr"; 84 license = lib.licenses.agpl3Only; 85 + maintainers = with lib.maintainers; [ nickcao _0x4A6F teutat3s ]; 86 knownVulnerabilities = (lib.optional eol "Garage version ${version} is EOL"); 87 inherit broken; 88 mainProgram = "garage";