]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/generate-code-contributors.ts
Update my-account sub-menus icons (#2977)
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.ts
index 7a43ba44865efd326d7a355bf734de0e6c198410..53813e6ab923d8749ad0b700aff0e0ae27914b12 100755 (executable)
@@ -31,9 +31,12 @@ 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(' * [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)')
+    console.log(' * `peertube-x` by Solen DP (CC-BY)')
   }
 }