From 0591ce294be5a6c0e4d28afd849bcc25751685bb Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Tue, 14 Nov 2017 19:41:00 -0500 Subject: [PATCH] fix: Maintainer is optional You do not need this for single person repositories. Closes #73 --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index 399c41b..1f12fc5 100644 --- a/spec.md +++ b/spec.md @@ -185,7 +185,7 @@ progressively greater amount of knowledge." - If using an external API generator (like go-doc, js-doc, or so on), point to an external `API.md` file. This can be the only item in the section, if present. ### Maintainer(s) -**Status**: Required. +**Status**: Optional. **Requirements:** - Must be called `Maintainer` or `Maintainers`.