From 3fc0dce84af05663f996eac7b12a473ea59ec195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 24 May 2019 11:28:52 +0200 Subject: [PATCH] Moved repository to ligolang namespace --- .gitlab-ci.yml | 2 +- .../tezos-memory-proto-alpha.opam | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e005feae6..09fbdb914 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ before_script: - eval $(opam config env) - printf '' | opam switch create toto ocaml-base-compiler.4.06.1 - eval $(opam config env) - - opam repository add new-tezos-opam-repository https://gitlab.com/gabriel.alfour/new-tezos-opam-repository.git + - opam repository add new-tezos-opam-repository https://gitlab.com/ligolang/new-tezos-opam-repository.git - eval $(opam config env) # Show versions and current switch - opam --version diff --git a/src/lib_memory_protocol_alpha/tezos-memory-proto-alpha.opam b/src/lib_memory_protocol_alpha/tezos-memory-proto-alpha.opam index 33d206680..08031e2ec 100644 --- a/src/lib_memory_protocol_alpha/tezos-memory-proto-alpha.opam +++ b/src/lib_memory_protocol_alpha/tezos-memory-proto-alpha.opam @@ -2,11 +2,11 @@ opam-version: "2.0" name: "memory-proto-alpha" version: "1.0" synopsis: "Tezos Protocol Alpha in memory" -maintainer: "Galfour " -authors: "Galfour " +maintainer: "Galfour " +authors: "Galfour " license: "MIT" -homepage: "https://gitlab.com/gabriel.alfour/tezos" -bug-reports: "https://gitlab.com/gabriel.alfour/tezos/issues" +homepage: "https://gitlab.com/ligolang/tezos" +bug-reports: "https://gitlab.com/ligolang/tezos/issues" depends: [ "dune" "tezos-protocol-environment" @@ -15,4 +15,4 @@ depends: [ build: [ ["dune" "build" "-p" name] ] -dev-repo: "git+https://gitlab.com/gabriel.alfour/tezos" +dev-repo: "git+https://gitlab.com/ligolang/tezos"