From 0ab3ea2faee73f8ba3924e11c9c62d27b5bd75b8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 12 Jun 2018 13:54:55 +0300 Subject: Make project url and email optional in package manifest --- doc/manual.cli | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/manual.cli b/doc/manual.cli index 7f304fd..8f0fec1 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -496,12 +496,12 @@ license: [; ] [changes]: [changes-file]: [; ] -url: [; ] +[url]: [; ] [doc-url]: [; ] [src-url]: [; ] [package-url]: [; ] -email: [; ] +[email]: [; ] [package-email]: [; ] [build-email]: [; ] @@ -695,7 +695,7 @@ plain text. \N{We could use the comment to \"hint\" at the file format.} \h2#manifest-package-url|\c{url}| \ -url: [; ] +[url]: [; ] \ The project home page URL. @@ -727,13 +727,13 @@ The project source repository URL. The package home page URL. If not specified, then assumed to be the same as \c{url}. It only makes sense to specify this value if the project and -packaged are maintained separately. +package are maintained separately. \h2#manifest-package-email|\c{email}| \ -email: [; ] +[email]: [; ] \ The project email address. For example, a support mailing list. @@ -747,7 +747,7 @@ The project email address. For example, a support mailing list. The package email address. If not specified, then assumed to be the same as \c{email}. It only makes sense to specify this value if the project and -packaged are maintained separately. +package are maintained separately. \h2#manifest-package-build-email|\c{build-email}| -- cgit v1.1