Merge pull request #312989 from RaitoBezarius/drop-garage

garage: drop maintenance
This commit is contained in:
Florian Klink
2024-05-19 23:20:03 +02:00
committed by GitHub
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";