1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Remove external images from README.md
They require internet access to be fetched, are not really part
of the documentation and trigger a privacy-related Lintian warning
Author: Andrea Pappacoda <andrea@pappacoda.it>
Forwarded: not-needed
Last-Update: 2023-02-04
--- tomlplusplus-3.3.0+ds.orig/README.md
+++ tomlplusplus-3.3.0+ds/README.md
@@ -1,9 +1,7 @@
[][homepage]
-[](https://github.com/marzer/tomlplusplus/releases)
[][cpp_compilers]
[][v1.0.0]
[](./LICENSE)
-[](https://github.com/marzer/tomlplusplus/actions/workflows/ci.yaml)
[](https://github.com/fffaraz/awesome-cpp)
[](https://github.com/sponsors/marzer)
[](https://gitter.im/marzer/tomlplusplus)
|