Skip to content

Commit 1f30b11

Browse files
committed
update mix.exs
1 parent 8c859b3 commit 1f30b11

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

mix.exs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
defmodule CubDB.Mixfile do
22
use Mix.Project
33

4-
@source_url "https://github.com/lucaong/cubdb"
4+
@source_url "https://github.com/zteln/cubdb"
5+
@forked_from_url "https://github.com/lucaong/cubdb"
56
@version "2.0.2"
67

78
def project do
@@ -58,13 +59,15 @@ defmodule CubDB.Mixfile do
5859

5960
defp package() do
6061
[
61-
description: "A pure-Elixir embedded key-value database",
62+
name: "cubdb_md_fork",
63+
description: "A pure-Elixir embedded key-value database (forked with metadata support)",
6264
files: ["lib", "LICENSE", "mix.exs"],
6365
maintainers: ["Luca Ongaro"],
6466
licenses: ["Apache-2.0"],
6567
links: %{
6668
"Changelog" => "https://hexdocs.pm/cubdb/changelog.html",
67-
"GitHub" => @source_url
69+
"GitHub" => @source_url,
70+
"Forked from" => @forked_from_url
6871
}
6972
]
7073
end

0 commit comments

Comments
 (0)