go-landlock: remove tomfitzhenry as maintainer

This commit is contained in:
Tom Fitzhenry 2025-05-15 23:05:15 +10:00
parent 7c859e433c
commit acb0aca85c

View File

@ -26,6 +26,6 @@ buildGoModule {
description = "Go library for the Linux Landlock sandboxing feature";
homepage = "https://github.com/landlock-lsm/go-landlock";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ tomfitzhenry ];
maintainers = [ ];
};
}