diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-03 16:56:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-03 16:56:23 +0300 |
commit | a78610b3c090c810f5d0306609038348ac21bb37 (patch) | |
tree | f0b87106bd040324e931f57ff39ef75ce0cd42e8 /manifest | |
parent | 521ba3f0c12f9461be38bb02242fd804d90d74e7 (diff) |
Canonicalize license in manifest
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -3,15 +3,19 @@ name: buildos version: 0.13.0-a.0.z project: build2 summary: build2 Build OS -license: TODO ; License is not yet decided, currently all rights reserved. +license: other: TODO ; License is not yet decided, currently all rights reserved. topics: continuous integration and testing, build automation keywords: CI CD description-file: README changes-file: NEWS -url: https://build2.org # @@ Use the proper url and email. + +# @@ Use the proper url and email. +# +url: https://build2.org doc-url: https://build2.org/doc.xhtml src-url: https://git.build2.org/cgit/buildos/tree/ email: users@build2.org + build-warning-email: builds@build2.org depends: * build2 >= 0.13.0- depends: * bpkg >= 0.13.0- |