go-landlock: remove tomfitzhenry as maintainer

+1 -1
+1 -1
pkgs/by-name/go/go-landlock/package.nix
··· 26 26 description = "Go library for the Linux Landlock sandboxing feature"; 27 27 homepage = "https://github.com/landlock-lsm/go-landlock"; 28 28 license = lib.licenses.mit; 29 - maintainers = with lib.maintainers; [ tomfitzhenry ]; 29 + maintainers = [ ]; 30 30 }; 31 31 }