Moved repository to ligolang namespace
This commit is contained in:
parent
044f4dfa59
commit
3fc0dce84a
@ -11,7 +11,7 @@ before_script:
|
|||||||
- eval $(opam config env)
|
- eval $(opam config env)
|
||||||
- printf '' | opam switch create toto ocaml-base-compiler.4.06.1
|
- printf '' | opam switch create toto ocaml-base-compiler.4.06.1
|
||||||
- eval $(opam config env)
|
- 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)
|
- eval $(opam config env)
|
||||||
# Show versions and current switch
|
# Show versions and current switch
|
||||||
- opam --version
|
- opam --version
|
||||||
|
@ -2,11 +2,11 @@ opam-version: "2.0"
|
|||||||
name: "memory-proto-alpha"
|
name: "memory-proto-alpha"
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
synopsis: "Tezos Protocol Alpha in memory"
|
synopsis: "Tezos Protocol Alpha in memory"
|
||||||
maintainer: "Galfour <gabriel.alfour@gmail.com>"
|
maintainer: "Galfour <ligolang@gmail.com>"
|
||||||
authors: "Galfour <gabriel.alfour@gmail.com>"
|
authors: "Galfour <ligolang@gmail.com>"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
homepage: "https://gitlab.com/gabriel.alfour/tezos"
|
homepage: "https://gitlab.com/ligolang/tezos"
|
||||||
bug-reports: "https://gitlab.com/gabriel.alfour/tezos/issues"
|
bug-reports: "https://gitlab.com/ligolang/tezos/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune"
|
"dune"
|
||||||
"tezos-protocol-environment"
|
"tezos-protocol-environment"
|
||||||
@ -15,4 +15,4 @@ depends: [
|
|||||||
build: [
|
build: [
|
||||||
["dune" "build" "-p" name]
|
["dune" "build" "-p" name]
|
||||||
]
|
]
|
||||||
dev-repo: "git+https://gitlab.com/gabriel.alfour/tezos"
|
dev-repo: "git+https://gitlab.com/ligolang/tezos"
|
||||||
|
Loading…
Reference in New Issue
Block a user