File: 0001-fix-documentation.diff

package info (click to toggle)
pyvenv-el 1.21%2Bgit20201124.37e7cb1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 160 kB
  • sloc: lisp: 646; makefile: 30; sh: 12
file content (18 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove badge icons from README file

This patch removes badges icons from README file. These icons are
intended rather for developers and are loaded from several external
web sites.

--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
 # pyvenv.el, Python virtual environment support for Emacs
 
-![Travis-CI Build Status](https://secure.travis-ci.org/jorgenschaefer/pyvenv.png)
-[![MELPA Stable](http://stable.melpa.org/packages/pyvenv-badge.svg)](http://stable.melpa.org/#/pyvenv)
-
 This is a simple global minor mode which will replicate the changes
 done by virtualenv activation inside Emacs.