From 491fd697ee0c91b503aef5c890219b9a8ed4a901 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 27 May 2021 14:36:48 +0200 Subject: [PATCH] Bug 28386: Remove _others_ from the contributor list We arbitrarily use "_others_" for unknown contributors (biblibre, bywater, ptfs-e teams, etc) Signed-off-by: Jonathan Druart (cherry picked from commit 6a403dec40fd89f08d9fcb478e27e5fb23ec6d73) Signed-off-by: Fridolin Somers --- about.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/about.pl b/about.pl index 21e7245b80..4118721f10 100755 --- a/about.pl +++ b/about.pl @@ -684,6 +684,7 @@ my $contributors = -e "$docdir" . "/contributors.yaml" ? LoadFile( "$docdir" . "/contributors.yaml" ) : {}; +delete $contributors->{_others_}; for my $version ( sort { $a <=> $b } keys %{$teams->{team}} ) { for my $role ( keys %{ $teams->{team}->{$version} } ) { my $normalized_role = "$role"; -- 2.39.5