This commit is contained in:
anon 2025-08-17 15:13:33 +02:00
parent 517961df3d
commit 892c2b0d5b

View File

@ -45,7 +45,8 @@ sub new_repository {
};
}
my $owner = $repo->run('log', '--reverse', '--pretty=format:%an');
# first commiter as a fallback
my $owner = ($repo->run('log', '--reverse', '--pretty=format:%an'))[0];
return {
name => $name,