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

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


The following commit(s) were added to refs/heads/master by this push:
     new a967fc4  Name is lower-case
a967fc4 is described below

commit a967fc40ca2ccb4a4f13bfb6b0047f792bc11a6a
Author: Sebb <[email protected]>
AuthorDate: Sat Nov 2 22:50:37 2019 +0000

    Name is lower-case
---
 tools/collate_minutes.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index 6e90167..5e0a200 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -356,6 +356,7 @@ seen={}
           title.sub! 'BeanValidation', 'BVal'
           title.sub! 'Amber', 'Oltu'
           title.sub! 'Argus', 'Ranger'
+          title.sub! 'BRPC', 'brpc'
           title.sub! 'Bluesky', 'BlueSky'
           title.sub! 'Easyant', 'EasyAnt'
           title.sub! 'Callback', 'Cordova'

Reply via email to