Skip to content

Commit 8b1b6ac

Browse files
committed
Rename repo
1 parent af160fe commit 8b1b6ac

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Inter
1+
# Inter SDK
22

33
This is a simple wrapper around the Banco Inter's API - a Brazilian digital banking.
44

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Inter.MixProject do
99
start_permanent: Mix.env() == :prod,
1010
name: "Inter",
1111
description: "Banco Inter SDK (unofficial)",
12-
source_url: "https://github.com/jonatanrdsantos/elixir-inter-sdk",
12+
source_url: "https://github.com/marmita-fit/inter-sdk",
1313
package: package(),
1414
deps: deps()
1515
]
@@ -20,7 +20,7 @@ defmodule Inter.MixProject do
2020
licenses: ["MIT"],
2121
links: %{
2222
"Documentation" => "https://developers.inter.co/",
23-
"GitHub" => "https://github.com/jonatanrdsantos/elixir-inter-sdk"
23+
"GitHub" => "https://github.com/marmita-fit/inter-sdk"
2424
}
2525
]
2626
end
@@ -44,7 +44,7 @@ defmodule Inter.MixProject do
4444
{:ex_doc, "~> 0.27", only: :dev, runtime: false},
4545
{:mox, "~> 1.0", only: :dev}
4646
# {:dep_from_hexpm, "~> 0.3.0"},
47-
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
47+
# {:dep_from_git, git: "https://github.com/lang/my_dep.git", tag: "0.1.0"}
4848
]
4949
end
5050
end

0 commit comments

Comments
 (0)