diff --git a/src/apps.json b/src/apps.json index 975530295..e36664ac0 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2218,23 +2218,6 @@ "icon": "ESERV-10.png", "website": "http://www.violasystems.com" }, - "Etherpad": { - "cats": [ - 24 - ], - "headers": { - "Server": "^Etherpad" - }, - "env": [ - "^pad(?:editbar|impexp)$" - ], - "script": [ - "/ep_etherpad-lite/" - ], - "icon": "etherpad.png", - "implies": "Node.js", - "website": "https://etherpad.org" - }, "EWS-NIC4": { "cats": [ 22 @@ -2368,6 +2351,23 @@ "icon": "Erlang.png", "website": "http://www.erlang.org" }, + "Etherpad": { + "cats": [ + 24 + ], + "env": [ + "^pad(?:editbar|impexp)$" + ], + "headers": { + "Server": "^Etherpad" + }, + "icon": "etherpad.png", + "implies": "Node.js", + "script": [ + "/ep_etherpad-lite/" + ], + "website": "https://etherpad.org" + }, "Exagon Concept": { "cats": [ 1 @@ -2867,6 +2867,13 @@ "icon": "Glyphicons.png", "website": "http://glyphicons.com" }, + "Go": { + "cats": [ + 27 + ], + "icon": "Go.svg", + "website": "https://golang.org" + }, "GoAhead": { "cats": [ 22 diff --git a/src/icons/Go.svg b/src/icons/Go.svg new file mode 100644 index 000000000..8b0b1af64 --- /dev/null +++ b/src/icons/Go.svg @@ -0,0 +1 @@ + \ No newline at end of file