From d85c711ce7891cf50af6935cbb6c981507c7fc98 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 15 Feb 2020 16:44:06 -0500 Subject: Update authors --- update-authors.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'update-authors.pl') diff --git a/update-authors.pl b/update-authors.pl index 9d7b44e..b1fe6b2 100755 --- a/update-authors.pl +++ b/update-authors.pl @@ -40,6 +40,7 @@ sub ReplaceAuthors { $_ eq 'rbuj ' and $_ = 'Robert Buj ' for @authors; $_ eq 'Scott Balneaves ' and $_ = 'Scott Balneaves ' for @authors; $_ eq 'sc0w ' and $_ = 'ZenWalker ' for @authors; + $_ eq 'Victor Kareh ' and $_ = 'Victor Kareh ' for @authors; $_ eq 'Wolfgang Ulbrich ' and $_ = 'Wolfgang Ulbrich ' for @authors; return @authors; } @@ -64,5 +65,9 @@ sub GetNewAuthors { my @A = GetCurrentAuthors; my @B = GetNewAuthors; +for (@B) { + s/<\d+\+(.+?)%users\.noreply\.github\.com>/<$1%users\.noreply\.github\.com>/; + s/<(.+?)%users\.noreply\.github\.com>/https:\/\/github.com\/$1/; +} my @merged = sort { $a cmp $b } keys %{{map {($_ => 1)} (@A, @B)}}; print join(';',@merged) . ';'; -- cgit v1.2.1