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