]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/generate-code-contributors.ts
Fix global search nsfw policy when logged in
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.ts
index 5c6620f7d22cbe64759d80a4c3791ea60a167043..7bc3b84ddbf924d6939c5ce72030eabd859c0dcb 100755 (executable)
@@ -33,7 +33,8 @@ async function run () {
     console.log('\n\n# Icons\n')
     console.log(' * [Robbie Pearce](https://robbiepearce.com/softies/)')
     console.log(' * [Fork-Awesome](https://github.com/ForkAwesome/Fork-Awesome)')
-    console.log(' * playlist add by Google')
+    console.log(' * `playlist add` by Material UI')
+    console.log(' * `language` by Aaron Jin')
   }
 }
 
@@ -169,7 +170,7 @@ function getZanataContributors () {
 
 function getContributorsBlacklist () {
   return {
-    'Florian Bigard': true,
+    'Bigard Florian': true,
     'chocobozzz': true,
     'Rigel': true
   }