File: remove-badges.patch

package info (click to toggle)
spfft 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,680 kB
  • sloc: cpp: 11,562; f90: 665; ansic: 437; python: 41; makefile: 20
file content (14 lines) | stat: -rw-r--r-- 843 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Removing badges from README.md to avoid tracking by 3rd parties.
Author: Andrius Merkys <merkys@debian.org>
Forwarded: not-needed
--- a/README.md
+++ b/README.md
@@ -1,8 +1,3 @@
-[![CI](https://github.com/eth-cscs/SpFFT/workflows/CI/badge.svg)](https://github.com/eth-cscs/SpFFT/actions?query=workflow%3ACI)
-[![conda-forge](https://img.shields.io/conda/vn/conda-forge/spfft.svg?style=flat)](https://anaconda.org/conda-forge/spfft)
-[![Documentation](https://readthedocs.org/projects/spfft/badge/?version=latest)](https://spfft.readthedocs.io/en/latest/?badge=latest)
-[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/eth-cscs/SpFFT/master/LICENSE)
-
 # SpFFT
 SpFFT - A 3D FFT library for sparse frequency domain data written in C++ with support for MPI, OpenMP, CUDA and ROCm.