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 (
186
186
# Accommodates `nix run` and `lib.getExe`
187
187
mainProgram = "llama" ;
188
188
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
193
199
maintainers = with lib . maintainers ; [
194
200
philiptaron
195
201
SomeoneSerge
You can’t perform that action at this time.
0 commit comments