File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -186,10 +186,16 @@ effectiveStdenv.mkDerivation (
186186 # Accommodates `nix run` and `lib.getExe`
187187 mainProgram = "llama" ;
188188
189- # These people might respond if you ping them in case of Nix-specific
190- # regressions or for reviewing Nix-specific PRs.
191-
192- # Note that lib.maintainers is defined in Nixpkgs.
189+ # These people might respond, on the best effort basis, if you ping them
190+ # in case of Nix-specific regressions or for reviewing Nix-specific PRs.
191+ # Consider adding yourself to this list if you want to ensure this flake
192+ # stays maintained and you're willing to invest your time. Do not add
193+ # other people without their consent. Consider removing people after
194+ # they've been unreachable for long periods of time.
195+
196+ # Note that lib.maintainers is defined in Nixpkgs, but you may just add
197+ # an attrset following the same format as in
198+ # https://github.com/NixOS/nixpkgs/blob/f36a80e54da29775c78d7eff0e628c2b4e34d1d7/maintainers/maintainer-list.nix
193199 maintainers = with lib . maintainers ; [
194200 philiptaron
195201 SomeoneSerge
You can’t perform that action at this time.
0 commit comments