From 4a8aa8e3113d4b7883bdccb660fdf8029aa3f81b Mon Sep 17 00:00:00 2001 From: Galfour Date: Mon, 13 May 2019 13:16:03 +0000 Subject: [PATCH] change opam --- ligo.opam | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ligo.opam b/ligo.opam index 38a2a9087..099cbe7a1 100644 --- a/ligo.opam +++ b/ligo.opam @@ -1,6 +1,5 @@ name: "ligo" opam-version: "2.0" -version: "1.0" maintainer: "gabriel.alfour@gmail.com" authors: [ "Galfour" ] homepage: "https://gitlab.com/gabriel.alfour/tezos" @@ -21,9 +20,4 @@ depends: [ ] build: [ [ "dune" "build" "-p" name "-j" jobs ] - # needed in the repository, but must not be present in the local ligo.opam [ "mv" "src/ligo/ligo.install" "." ] ] - -url { - src: "https://gitlab.com/gabriel.alfour/tezos/-/archive/master/tezos.tar.gz" -}