Skip to content

Commit cd57cd9

Browse files
committed
Point to proper repo
1 parent 4459255 commit cd57cd9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ branches: 2.4.x, 2.6.x, 3.0.x
122122
To contribute you need to compile `Mongo.Ecto` from source and test it:
123123

124124
```
125-
$ git clone https://github.com/michalmuskala/mongodb_ecto.git
125+
$ git clone https://github.com/ankhers/mongodb_ecto.git
126126
$ cd mongodb_ecto
127127
$ mix test
128128
```

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ defmodule Mongo.Ecto.Mixfile do
4242
[
4343
maintainers: ["Michał Muskała", "Justin Wood"],
4444
licenses: ["Apache 2.0"],
45-
links: %{"GitHub" => "https://github.com/michalmuskala/mongodb_ecto"},
45+
links: %{"GitHub" => "https://github.com/ankhers/mongodb_ecto"},
4646
files: ~w(mix.exs README.md CHANGELOG.md lib)
4747
]
4848
end
4949

5050
defp docs do
5151
[
52-
source_url: "https://github.com/michalmuskala/mongodb_ecto",
52+
source_url: "https://github.com/ankhers/mongodb_ecto",
5353
source_ref: "v#{@version}",
5454
main: "readme",
5555
extras: ["README.md"]

0 commit comments

Comments
 (0)