Skip to content

Commit

Permalink
Update hex config to publish to electric_cubdb
Browse files Browse the repository at this point in the history
  • Loading branch information
robacourt committed Jan 22, 2025
1 parent e4535ae commit 4191acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
defmodule CubDB.Mixfile do
use Mix.Project

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

def project do
[
app: :cubdb,
app: :electric_cubdb,
version: @version,
elixir: "~> 1.7",
build_embedded: Mix.env() == :prod,
Expand Down Expand Up @@ -63,7 +63,7 @@ defmodule CubDB.Mixfile do
maintainers: ["Luca Ongaro"],
licenses: ["Apache-2.0"],
links: %{
"Changelog" => "https://hexdocs.pm/cubdb/changelog.html",
"Changelog" => "https://hexdocs.pm/electric_cubdb/changelog.html",
"GitHub" => @source_url
}
]
Expand Down

0 comments on commit 4191acb

Please sign in to comment.