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

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


The following commit(s) were added to refs/heads/master by this push:
     new d31699d  Fix invalid infra. notification target issue (#127)
d31699d is described below

commit d31699df00ad5a2e690bc745cdd8f1ac06e03c80
Author: Gordon King <[email protected]>
AuthorDate: Sat Jul 18 18:20:17 2020 -0700

    Fix invalid infra. notification target issue (#127)
    
    * Fix invalid infra. notification target issue
    
    * fixup! Fix invalid infra. notification target issue
---
 .asf.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index fcbcb3a..ab9c5ae 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,16 +18,16 @@
 ---
 notifications:
   commits:              [email protected]
-  issues:               [email protected]
-  pullrequests:         [email protected]
+  issues:               [email protected]
+  pullrequests:         [email protected]
   pullrequests_status:  [email protected]
-  pullrequests_comment: [email protected]
+  pullrequests_comment: [email protected]
   jira_options: link label worklog
 
 
 github:
-  description: "Apache Mnemonic - S non-volatile hybrid memory storage 
oriented library"
-  homepage: https://mnemonic.apache.org/
+  description: "Apache Mnemonic - A non-volatile hybrid memory storage 
oriented library"
+  homepage: "https://mnemonic.apache.org";
   labels:
     - non-volatile
     - apache

Reply via email to