]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/generate-code-contributors.ts
Fix lint
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.ts
index 5c6620f7d22cbe64759d80a4c3791ea60a167043..c68e23bf9c2d59e94ac615d16edb462dad1c0a65 100755 (executable)
@@ -31,9 +31,11 @@ async function run () {
     console.log(' * [Olivier Massain](https://dribbble.com/omassain)')
 
     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(' * [Feather Icons](feathericons.com/) (MIT)')
+    console.log(' * `playlist add`, `history`, `subscriptions`, `miscellaneous_services` by Material UI (Apache 2.0)')
+    console.log(' * `support` by Chocobozzz (CC-BY)')
+    console.log(' * `language` by Aaron Jin (CC-BY)')
+    console.log(' * `video-language` by Rigel Kent (CC-BY)')
   }
 }
 
@@ -169,7 +171,7 @@ function getZanataContributors () {
 
 function getContributorsBlacklist () {
   return {
-    'Florian Bigard': true,
+    'Bigard Florian': true,
     'chocobozzz': true,
     'Rigel': true
   }