diff --git a/owi.opam b/owi.opam index 00a5d3470..a85ec6e5b 100644 --- a/owi.opam +++ b/owi.opam @@ -49,5 +49,5 @@ build: [ dev-repo: "git+https://github.com/ocamlpro/owi.git" available: (arch = "x86_32" | arch = "x86_64" | arch = "arm64") & os != "win32" pin-depends: [ - [ "encoding.dev" "git+https://github.com/wasp-platform/encoding"] + [ "encoding.dev" "git+https://github.com/formalsec/encoding"] ] diff --git a/owi.opam.template b/owi.opam.template index 08ef3f488..e94d77de3 100644 --- a/owi.opam.template +++ b/owi.opam.template @@ -1,4 +1,4 @@ available: (arch = "x86_32" | arch = "x86_64" | arch = "arm64") & os != "win32" pin-depends: [ - [ "encoding.dev" "git+https://github.com/wasp-platform/encoding"] + [ "encoding.dev" "git+https://github.com/formalsec/encoding"] ]