File: 2001_privacy.patch

package info (click to toggle)
rust-search-path 0.1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: makefile: 12; sh: 1
file content (23 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: avoid privacy breach in documentation
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-09-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -2,14 +2,6 @@
 
 Provides a very simple search path file finder.
 
-![MIT License](https://img.shields.io/badge/license-mit-118811.svg)
-![Minimum Rust Version](https://img.shields.io/badge/Min%20Rust-1.50-green.svg)
-[![crates.io](https://img.shields.io/crates/v/search_path.svg)](https://crates.io/crates/search_path)
-[![docs.rs](https://docs.rs/search_path/badge.svg)](https://docs.rs/search_path)
-![Build](https://github.com/johnstonskj/rust-search_path/workflows/Rust/badge.svg)
-![Audit](https://github.com/johnstonskj/rust-search_path/workflows/Security%20audit/badge.svg)
-[![GitHub stars](https://img.shields.io/github/stars/johnstonskj/rust-search_path.svg)](https://github.com/johnstonskj/rust-search_path/stargazers)
-
 -----
 
 The `SearchPath` type allows for the finding of files using a series of search directories. This is