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 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
From: Denis Danilov <danilovdenis@yandex.ru>
Date: Sun, 16 Oct 2022 10:00:00 +0200
Subject: patch README for Debian
remove links to images on 3rd party sites
Forwarded: not-needed
---
README.md | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/README.md b/README.md
index 75e4514..2557e1f 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,5 @@
-
-
# fortls - Fortran Language Server
-[](https://numfocus.org)
-
-
-[](https://pepy.tech/project/fortls)
-
-
-
-
-
-[](https://github.com/psf/black)
-
-[](https://zenodo.org/badge/latestdoi/412392321)
-
-<!-- [<img alt="https://github.com/sponsors/gnikit" src="https://img.shields.io/static/v1?style=social&label=Sponsor&message=%E2%9D%A4&logo=GitHub&color&link=%3Curl%3E" height="30" />](https://github.com/sponsors/gnikit)
-[<img alt="https://paypal.me/inikit" src="https://img.shields.io/static/v1?style=social&label=Donate&message=%E2%9D%A4&logo=Paypal&color&link=%3Curl%3E" height="30" />](https://paypal.me/inikit) -->
-
-
-
`fortls` is an implementation of the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol)
(LSP) for Fortran using Python (3.7+).
|