From 4c533e687331aa849b122a7bb7537b08321d6f07 Mon Sep 17 00:00:00 2001 From: Vladimir Komendantskiy Date: Tue, 31 Jul 2018 15:10:56 +0100 Subject: [PATCH] changed Travis URL from .com to .org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73e2124..6acd48d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pairing cryptography and threshold signatures -[![Build Status](https://travis-ci.com/poanetwork/threshold_crypto.svg?branch=master)](https://travis-ci.com/poanetwork/threshold_crypto) +[![Build Status](https://travis-ci.org/poanetwork/threshold_crypto.svg?branch=master)](https://travis-ci.org/poanetwork/threshold_crypto) This crate contains constructions of asymmetric key cryptography and threshold signatures on top of `pairing` crate. \ No newline at end of file