File: 2001_privacy.patch

package info (click to toggle)
rust-human-panic 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: makefile: 15; sh: 1
file content (27 lines) | stat: -rw-r--r-- 1,052 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
24
25
26
27
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
@@ -1,6 +1,4 @@
 # human-panic
-[![crates.io version][1]][2] [![build status][3]][4]
-[![downloads][5]][6] [![docs.rs docs][7]][8]
 
 Panic messages for humans. Handles panics by calling
 [`std::panic::set_hook`](https://doc.rust-lang.org/std/panic/fn.set_hook.html)
@@ -130,11 +128,5 @@
 license, shall be dual-licensed as above, without any additional terms or
 conditions.
 
-[1]: https://img.shields.io/crates/v/human-panic.svg?style=flat-square
 [2]: https://crates.io/crates/human-panic
-[3]: https://img.shields.io/travis/rust-cli/human-panic.svg?style=flat-square
-[4]: https://travis-ci.org/rust-cli/human-panic
-[5]: https://img.shields.io/crates/d/human-panic.svg?style=flat-square
-[6]: https://crates.io/crates/human-panic
-[7]: https://docs.rs/human-panic/badge.svg
 [8]: https://docs.rs/human-panic