lima: remove kachick from maintainers

This commit is contained in:
Kenichi Kamiya
2026-02-01 16:08:27 +09:00
parent d06ab99a50
commit c9239ee9d2
2 changed files with 1 additions and 4 deletions
@@ -73,8 +73,6 @@ buildGoModule (finalAttrs: {
'';
changelog = "https://github.com/lima-vm/lima/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
kachick
];
maintainers = [ ];
};
})
-1
View File
@@ -165,7 +165,6 @@ buildGoModule (finalAttrs: {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
anhduy
kachick
];
};
})