From 561966218c5863c896e2a4252dcf29c3f6d24be6 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 30 Jun 2019 19:49:22 +0100 Subject: [PATCH] Remove repo badges Until releases are made, these are just distractions. --- README.org | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.org b/README.org index cde4c3d..6234694 100644 --- a/README.org +++ b/README.org @@ -3,9 +3,6 @@ Synchronisation of files with S3 using the hash of the file contents. [[https://www.codacy.com/app/kemitix/thorp][file:https://img.shields.io/codacy/grade/c1719d44f1f045a8b71e1665a6d3ce6c.svg?style=for-the-badge]] -[[https://search.maven.org/search?q=g:net.kemitix.thorp][file:https://img.shields.io/maven-central/v/net.kemitix.thorp/thorp.svg?style=for-the-badge]] -[[https://repo1.maven.org/maven2/net/kemitix/thorp][file:https://img.shields.io/nexus/r/https/oss.sonatype.org/net.kemitix.thorp/thorp.svg?style=for-the-badge]] -[[https://oss.sonatype.org/content/repositories/snapshots/net/kemitix/thorp/][file:https://img.shields.io/nexus/s/https/oss.sonatype.org/net.kemitix.thorp/thorp.svg?style=for-the-badge]] Originally based on Alex Kudlick's [[https://github.com/akud/aws-s3-sync-by-hash][aws-s3-sync-by-hash]].