Skip to content
Snippets Groups Projects
Commit 9400ac1c authored by realitygaps's avatar realitygaps
Browse files

Merge branch 'order_entries' into 'master'

Use alphabetical order in directory.json

Closes #1

See merge request librehosters/directory!9
parents 0547f5d1 e361347f
No related branches found
No related tags found
1 merge request!9Use alphabetical order in directory.json
...@@ -8,5 +8,9 @@ Please [introduce yourself] and provide a pull request adding your available `/l ...@@ -8,5 +8,9 @@ Please [introduce yourself] and provide a pull request adding your available `/l
For more information on the `librehost.json` format and schema see https://lab.libreho.st/librehosters/librehost-api For more information on the `librehost.json` format and schema see https://lab.libreho.st/librehosters/librehost-api
## Add entry to directory.json
Please make sure that you add your new entry in alphabetical order to avoid merge conflicts.
[introduce yourself]: https://talk.libreho.st/t/introductions/29 [introduce yourself]: https://talk.libreho.st/t/introductions/29
[librehosters network]: https://talk.libreho.st/group/network [librehosters network]: https://talk.libreho.st/group/network
{ {
"weho.st" : "https://weho.st/librehost.json",
"Petites Singularités" : "https://ps.lesoiseaux.io/librehost.json",
"lain haus" : "https://lain.haus/librehost.json",
"Indie.Host" : "https://indie.host/librehost.json",
"aktivix.org" : "https://aktivix.org/librehost.json", "aktivix.org" : "https://aktivix.org/librehost.json",
"Webarchitects Cooperative" : "https://www.webarchitects.coop/librehost-api/librehost.json", "Disroot.org" : "https://disroot.org/librehost/librehost.json",
"hackerspaces.be" : "https://hackerspaces.be/librehost.json", "hackerspaces.be" : "https://hackerspaces.be/librehost.json",
"snopyta.org" : "https://snopyta.org/librehost.json", "Indie.Host" : "https://indie.host/librehost.json",
"lain haus" : "https://lain.haus/librehost.json",
"LibreOps" : "https://libreops.cc/librehost.json", "LibreOps" : "https://libreops.cc/librehost.json",
"Disroot.org" : "https://disroot.org/librehost/librehost.json" "Petites Singularités" : "https://ps.lesoiseaux.io/librehost.json",
"snopyta.org" : "https://snopyta.org/librehost.json",
"Webarchitects Cooperative" : "https://www.webarchitects.coop/librehost-api/librehost.json",
"weho.st" : "https://weho.st/librehost.json"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment