diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-12 21:54:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-13 13:45:06 +0300 |
commit | 8cbc8df7dd05c64fdd7207643b63716f2c287b45 (patch) | |
tree | fd439a65f8a048a9ad9ef903a34d073abcb98f5b /owners/cli | |
parent | a12ca19c76953c751293970be78ae508e86bff0b (diff) |
Add package/project owner manifests
Diffstat (limited to 'owners/cli')
-rw-r--r-- | owners/cli/cli/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/cli/project-owner.manifest | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/owners/cli/cli/package-owner.manifest b/owners/cli/cli/package-owner.manifest new file mode 100644 index 0000000..870b33d --- /dev/null +++ b/owners/cli/cli/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: cli +author-name: Code Synthesis +author-email: cli-users@codesynthesis.com +control: https://git.codesynthesis.com/cli/cli.git diff --git a/owners/cli/project-owner.manifest b/owners/cli/project-owner.manifest new file mode 100644 index 0000000..1c60b88 --- /dev/null +++ b/owners/cli/project-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: cli +author-name: Code Synthesis +author-email: cli-users@codesynthesis.com +control: https://git.codesynthesis.com/cli/ |