Merge pull request #312989 from RaitoBezarius/drop-garage
garage: drop maintenance
This commit is contained in:
@@ -10,7 +10,7 @@ in
|
||||
{
|
||||
meta = {
|
||||
doc = ./garage.md;
|
||||
maintainers = with pkgs.lib.maintainers; [ raitobezarius ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
options.services.garage = {
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user