From dd600fb80975ed6df27bd93bfcca3ce695d5bc87 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 15 Feb 2020 16:15:28 -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 8814bc3f..a3538be6 100755 --- a/update-authors.pl +++ b/update-authors.pl @@ -45,6 +45,7 @@ sub ReplaceAuthors { $_ eq 'Victor Kareh ' and $_ = 'Victor Kareh ' for @authors; $_ eq 'Wolfgang Ulbrich ' and $_ = 'Wolfgang Ulbrich ' for @authors; $_ eq 'yetist ' and $_ = 'Wu Xiaotian ' for @authors; + $_ eq 'ZenWalker ' and $_ = 'Pablo Barciela ' for @authors; return @authors; } @@ -68,5 +69,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