From ce52342232160e73181f1bdae14afcf299a89be9 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 22 Sep 2023 17:19:53 +0000 Subject: [PATCH] rename Nimble platform to Nim (#195) - Nim is the actual name of the language, Nimble is the package manager for Nim - add platform description --- platforms/nim.yml | 2 ++ platforms/nimble.yml | 2 -- software/nitter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 platforms/nim.yml delete mode 100644 platforms/nimble.yml diff --git a/platforms/nim.yml b/platforms/nim.yml new file mode 100644 index 0000000000..4f23f0a72c --- /dev/null +++ b/platforms/nim.yml @@ -0,0 +1,2 @@ +name: Nim +description: "[Nim](https://en.wikipedia.org/wiki/Nim_(programming_language)) is a general-purpose, multi-paradigm, statically typed, compiled high-level systems programming language" \ No newline at end of file diff --git a/platforms/nimble.yml b/platforms/nimble.yml deleted file mode 100644 index d092780874..0000000000 --- a/platforms/nimble.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: Nimble -description: "" \ No newline at end of file diff --git a/software/nitter.yml b/software/nitter.yml index 64c3d77382..c6c9f6c2cf 100644 --- a/software/nitter.yml +++ b/software/nitter.yml @@ -4,7 +4,7 @@ description: A alternative front end to twitter. licenses: - AGPL-3.0 platforms: - - Nimble + - Nim - Docker tags: - Communication - Social Networks and Forums