This is an automated email from the ASF dual-hosted git repository.

penghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new a5b3cf6f Add Deposit-Solutions to the website (#9604)
a5b3cf6f is described below

commit a5b3cf6fe694b57adffc7e9a69c8520f3d85b2e3
Author: Sijie Guo <[email protected]>
AuthorDate: Tue Feb 23 16:11:58 2021 -0800

    Add Deposit-Solutions to the website (#9604)
    
    Co-authored-by: Simon Cheng <[email protected]>
---
 site2/website/data/users.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/site2/website/data/users.js b/site2/website/data/users.js
index ede77ad..adbf1d3 100644
--- a/site2/website/data/users.js
+++ b/site2/website/data/users.js
@@ -317,5 +317,10 @@ module.exports = [
         name: 'Pandio',
         url: 'https://pandio.com',
         logo: 
'https://pandio-public-assets.s3-us-west-2.amazonaws.com/pandio_225-05.png',
+    },
+    {
+        name: 'Deposit-Solutions',
+        url: 'https://www.deposit-solutions.com/',
+        logo: 
'https://www.deposit-solutions.com/wp-content/uploads/2017/05/ds_logo_light_horiz.png'
     }
 ].sort((a, b) => (a.name > b.name) ? 1 : -1);

Reply via email to