diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-01 14:59:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-01 14:59:31 +0300 |
commit | 7be008ef075c6b93600e96b201526d0089967f5e (patch) | |
tree | c755fcfc33247c1bac51e8a0a56a8e6796d42dd0 /owners/openssl | |
parent | ab3a2400e250bf392903f73a3338b5b08249161d (diff) |
Add ownership information for openssl packages
Diffstat (limited to 'owners/openssl')
-rw-r--r-- | owners/openssl/libcrypto/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/openssl/libssl/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/openssl/openssl/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/openssl/project-owner.manifest | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/owners/openssl/libcrypto/package-owner.manifest b/owners/openssl/libcrypto/package-owner.manifest new file mode 100644 index 0000000..848ed78 --- /dev/null +++ b/owners/openssl/libcrypto/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libcrypto +author-name: build2 Packaging +author-email: packaging@build2.org +control: https://git.build2.org/packaging/openssl/openssl.git diff --git a/owners/openssl/libssl/package-owner.manifest b/owners/openssl/libssl/package-owner.manifest new file mode 100644 index 0000000..bf74b5d --- /dev/null +++ b/owners/openssl/libssl/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libssl +author-name: build2 Packaging +author-email: packaging@build2.org +control: https://git.build2.org/packaging/openssl/openssl.git diff --git a/owners/openssl/openssl/package-owner.manifest b/owners/openssl/openssl/package-owner.manifest new file mode 100644 index 0000000..f4f61f6 --- /dev/null +++ b/owners/openssl/openssl/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: openssl +author-name: build2 Packaging +author-email: packaging@build2.org +control: https://git.build2.org/packaging/openssl/openssl.git diff --git a/owners/openssl/project-owner.manifest b/owners/openssl/project-owner.manifest new file mode 100644 index 0000000..d7468a1 --- /dev/null +++ b/owners/openssl/project-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: openssl +author-name: build2 Packaging +author-email: packaging@build2.org +control: https://git.build2.org/packaging/openssl/ |