diff options
-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/ |