File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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" ]
You can’t perform that action at this time.
0 commit comments