From 5702a2c5eba5c327bcb04ad0db88d564312df415 Mon Sep 17 00:00:00 2001 From: Anton Lavrik Date: Wed, 1 Jun 2016 22:52:50 -0700 Subject: [PATCH] Update opam file --- .travis-ci.sh | 3 --- opam | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis-ci.sh b/.travis-ci.sh index 28528d9..75e7ab8 100755 --- a/.travis-ci.sh +++ b/.travis-ci.sh @@ -11,7 +11,4 @@ sudo apt-get install protobuf-compiler wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh -# opam lint is way too demanding and varies from version to version -export OPAM_LINT=false - . .travis-opam.sh diff --git a/opam b/opam index b174527..4f1a072 100644 --- a/opam +++ b/opam @@ -1,5 +1,8 @@ opam-version: "1.2" -maintainer: "alavrik@piqi.org" +maintainer: "Anton Lavrik " +author: "Anton Lavrik " +homepage: "https://github.com/alavrik/piqi-ocaml" +bug-reports: "https://github.com/alavrik/piqi-ocaml/issues" build: [ [make] ]