1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From 55f496d8182bc109cfa991d37adf06fe794ae144 Mon Sep 17 00:00:00 2001
From: Daniele Tricoli <eriol@mornie.org>
Date: Sun, 28 Aug 2016 18:50:51 +0200
Subject: Remove privacy breach URLs
Forwarded: not-needed
Patch-Name: remove-privacy-breach-urls.patch
---
README.rst | 5 -----
1 file changed, 5 deletions(-)
diff --git a/README.rst b/README.rst
index 85854f5..8df1fe4 100644
--- a/README.rst
+++ b/README.rst
@@ -1,11 +1,6 @@
-|PyPI| |Build Status| |Waffle Ready| |Gitter|
-
VCR.py
======
-.. image:: https://raw.github.com/kevin1024/vcrpy/master/vcr.png
- :alt: vcr.py
-
This is a Python version of `Ruby's VCR
library <https://github.com/vcr/vcr>`__.
|