File: 2001_privacy.patch

package info (click to toggle)
rust-ulid 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: makefile: 19; sh: 1
file content (18 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: avoid privacy breach in documentation
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-10-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -1,9 +1,5 @@
 # ulid-rs
 
-![Build Status](https://github.com/dylanhart/ulid-rs/actions/workflows/ci-build.yml/badge.svg)
-[![Crates.io](https://img.shields.io/crates/v/ulid.svg)](https://crates.io/crates/ulid)
-[![docs.rs](https://docs.rs/ulid/badge.svg)](https://docs.rs/ulid)
-
 This is a Rust implementation of the [ulid][ulid] project which provides
 Universally Unique Lexicographically Sortable Identifiers.