diff --git a/plugins/Flutter-Templates/addon.json b/plugins/Flutter-Templates/addon.json index 333550cb..b2b702b3 100644 --- a/plugins/Flutter-Templates/addon.json +++ b/plugins/Flutter-Templates/addon.json @@ -1,15 +1,15 @@ { "summary": "Adds five Flutter starter projects to the New Project screen.", - "description": "Installs Flutter project templates so you can start a Flutter app from the New Project screen instead of building the structure by hand.", + "description": "Installs Flutter project templates so you can start a Flutter app from the New Project screen instead of building the structure by hand. Contributed to Code On The Go by RJ Ali, from an original idea by Raju Kumar.", "tags": [ "flutter", "templates", "dart" ], - "origin": "appdevforall", + "origin": "community", "license": "AGPL-3.0-or-later", "author": { - "name": "App Dev For All", - "url": "https://www.appdevforall.org" + "name": "RJ Ali", + "url": "" } } diff --git a/plugins/Icons-Repository/addon.json b/plugins/Icons-Repository/addon.json index 4e9f2ed1..bd6edb9e 100644 --- a/plugins/Icons-Repository/addon.json +++ b/plugins/Icons-Repository/addon.json @@ -1,15 +1,15 @@ { "summary": "Adds vector icons to a project from inside the editor.", - "description": "Browses a library of vector drawable icons and writes the one you pick straight into the project resources.", + "description": "Browses a library of vector drawable icons and writes the one you pick straight into the project resources. Contributed to Code On The Go by Omar Haidar.", "tags": [ "icons", "resources", "design" ], - "origin": "appdevforall", + "origin": "community", "license": "AGPL-3.0-or-later", "author": { - "name": "App Dev For All", - "url": "https://www.appdevforall.org" + "name": "Omar Haidar", + "url": "https://github.com/omar-haidar" } }