Move eventos to mobilizon

This commit is contained in:
Vincent
2019-04-16 12:25:18 +02:00
parent 8b80cb056e
commit 3f71ddfe5b
2 changed files with 0 additions and 0 deletions

9
lib/mobilizon.ex Normal file
View File

@@ -0,0 +1,9 @@
defmodule Mobilizon do
@moduledoc """
Mobilizon is a decentralized and federated Meetup-like using [ActivityPub](http://activitypub.rocks/).
It consists of an API server build with [Elixir](http://elixir-lang.github.io/) and the [Phoenix Framework](https://hexdocs.pm/phoenix).
Mobilizon relies on `Guardian` for auth and `Geo`/Postgis for geographical informations.
"""
end