this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc/ref: clarify who maintains this document

Use Marcel's up-to-date email address,
and be clear that it's a team rather than a single person now.

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I18ec6b376689c2f604b787be84006b3ea6313680
Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1232176
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>

+1 -1
+1 -1
doc/ref/spec.md
··· 36 36 The grammar is compact and regular, allowing for easy analysis by automatic 37 37 tools such as integrated development environments. 38 38 39 - This document is maintained by mpvl@golang.org. 39 + This document is maintained by mpvl@cue.dev and the rest of the CUE team. 40 40 CUE has a lot of similarities with the Go language. This document draws heavily 41 41 from the Go specification as a result. 42 42