]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
update scripts/generate-code-contributors.ts
authorRigel Kent <sendmemail@rigelk.eu>
Wed, 1 Jul 2020 15:00:58 +0000 (17:00 +0200)
committerRigel Kent <par@rigelk.eu>
Wed, 1 Jul 2020 15:03:48 +0000 (17:03 +0200)
scripts/generate-code-contributors.ts

index 7bc3b84ddbf924d6939c5ce72030eabd859c0dcb..c68e23bf9c2d59e94ac615d16edb462dad1c0a65 100755 (executable)
@@ -31,10 +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 Material UI')
-    console.log(' * `language` by Aaron Jin')
+    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)')
   }
 }