We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449a7a6 commit 74ca1aeCopy full SHA for 74ca1ae
2 files changed
.gitignore
@@ -11,7 +11,6 @@ tmp/
11
erl_crash.dump
12
*.ez
13
eventsourcingdb-*.tar
14
-EventSourcingDB-*.tar
15
16
# OS generated files and directories
17
.DS_Store
mix.exs
@@ -35,6 +35,7 @@ defmodule EventSourcingDB.MixProject do
35
36
defp package do
37
[
38
+ name: "eventsourcingdb",
39
description:
40
"The official Elixir client SDK for EventSourcingDB – a purpose-built database for event sourcing.",
41
links: %{
@@ -51,7 +52,7 @@ defmodule EventSourcingDB.MixProject do
51
52
# can be changed to a module name, if you prefer
53
main: "readme",
54
source_url: @source_url,
- source_ref: "v#{@version}",
55
+ source_ref: "#{@version}",
56
# logo: "path/to/logo.png",
57
extras: ["README.md"],
58
groups_for_modules: [
0 commit comments