Skip to content

Commit ae90c01

Browse files
committed
docs: tweak metadata and links.
1 parent aca2151 commit ae90c01

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

mix.exs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defmodule Phoenix.Sync.MixProject do
1818
package: package(),
1919
description: description(),
2020
source_url: "https://github.com/electric-sql/phoenix_sync",
21-
homepage_url: "https://electric-sql.com"
21+
homepage_url: "https://hexdocs.pm/phoenix_sync"
2222
]
2323
end
2424

@@ -70,16 +70,15 @@ defmodule Phoenix.Sync.MixProject do
7070
defp package do
7171
[
7272
links: %{
73-
"Electric SQL" => "https://electric-sql.com",
74-
"Github" => "https://github.com/electric-sql/phoenix_sync"
73+
"Source code" => "https://github.com/electric-sql/phoenix_sync"
7574
},
7675
licenses: ["Apache-2.0"],
7776
files: ~w(lib .formatter.exs mix.exs README.md LICENSE)
7877
]
7978
end
8079

8180
defp description do
82-
"Phoenix.Sync enables real-time sync for Postgres-backed Phoenix and Plug applications"
81+
"Real-time sync for Postgres-backed Phoenix applications."
8382
end
8483

8584
defp elixirc_paths(:test), do: ["lib", "test/support"]

0 commit comments

Comments
 (0)