From d85c711ce7891cf50af6935cbb6c981507c7fc98 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 15 Feb 2020 16:44:06 -0500 Subject: Update authors --- src/ui/engrampa.about | 2 +- update-authors.pl | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ui/engrampa.about b/src/ui/engrampa.about index a397e2c..c486de8 100644 --- a/src/ui/engrampa.about +++ b/src/ui/engrampa.about @@ -1,2 +1,2 @@ [About] -Authors=Adam Erdman ;Alexander von Gluck IV ;Balló György ;Dmitry Mikhirev ;Elias Aebi ;Iain Nicol ;Ingo Saitz ;Leigh Scott ;Martin Wimpress ;Nelson Marques ;Oz N Tiram ;Pablo Barciela ;Paolo Bacchilega ;Perberos ;Piotr Drąg ;Robert Buj ;Sander Sweers ;Scott Balneaves ;Sergey Ponomarev ;Stefano Karapetsas ;Steve Zesch ;Victor Kareh ;Vlad Orlov ;Wolfgang Ulbrich ;Wu Xiaotian ;ZenWalker ; +Authors=Adam Erdman ;Alexander von Gluck IV ;Balló György ;Dmitry Mikhirev https://github.com/mikhirev;Elias Aebi ;Iain Nicol ;Ingo Saitz ;Jasper Lievisse Adriaanse ;Laurent Napias ;Leigh Scott ;Martin Wimpress ;Nelson Marques ;Oz N Tiram ;Pablo Barciela ;Paolo Bacchilega ;Perberos ;Piotr Drąg ;Robert Buj ;Sander Sweers ;Scott Balneaves ;Sergey Ponomarev ;Stefano Karapetsas ;Steve Zesch ;Victor Kareh ;Vlad Orlov ;Wolfgang Ulbrich ;Wu Xiaotian ;ZenWalker ;ZrN-kAyDqY https://github.com/ZrN-kAyDqY;alxpl https://github.com/alxpl;kn00tcn https://github.com/kn00tcn;octoghost https://github.com/octoghost;sponomarev ;svonohr ;tamplan https://github.com/tamplan;zhuyaliang <15132211195%163.com>; 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