We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4535ae commit 4191acbCopy full SHA for 4191acb
mix.exs
@@ -1,12 +1,12 @@
1
defmodule CubDB.Mixfile do
2
use Mix.Project
3
4
- @source_url "https://github.com/lucaong/cubdb"
+ @source_url "https://github.com/electric-sql/cubdb"
5
@version "2.0.2"
6
7
def project do
8
[
9
- app: :cubdb,
+ app: :electric_cubdb,
10
version: @version,
11
elixir: "~> 1.7",
12
build_embedded: Mix.env() == :prod,
@@ -63,7 +63,7 @@ defmodule CubDB.Mixfile do
63
maintainers: ["Luca Ongaro"],
64
licenses: ["Apache-2.0"],
65
links: %{
66
- "Changelog" => "https://hexdocs.pm/cubdb/changelog.html",
+ "Changelog" => "https://hexdocs.pm/electric_cubdb/changelog.html",
67
"GitHub" => @source_url
68
}
69
]
0 commit comments