Skip to content

Commit 4191acb

Browse files
committed
Update hex config to publish to electric_cubdb
1 parent e4535ae commit 4191acb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: mix.exs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
defmodule CubDB.Mixfile do
22
use Mix.Project
33

4-
@source_url "https://github.com/lucaong/cubdb"
4+
@source_url "https://github.com/electric-sql/cubdb"
55
@version "2.0.2"
66

77
def project do
88
[
9-
app: :cubdb,
9+
app: :electric_cubdb,
1010
version: @version,
1111
elixir: "~> 1.7",
1212
build_embedded: Mix.env() == :prod,
@@ -63,7 +63,7 @@ defmodule CubDB.Mixfile do
6363
maintainers: ["Luca Ongaro"],
6464
licenses: ["Apache-2.0"],
6565
links: %{
66-
"Changelog" => "https://hexdocs.pm/cubdb/changelog.html",
66+
"Changelog" => "https://hexdocs.pm/electric_cubdb/changelog.html",
6767
"GitHub" => @source_url
6868
}
6969
]

0 commit comments

Comments
 (0)