From de06a1837fcf9e26a057f40f910d9261b041f970 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 22 Sep 2023 17:18:44 +0000 Subject: [PATCH] rename Hoppscotch to Hoppscotch Community Edition (#190) - Community Edition is the only MIT-licensed edition - Cleanup platforms/languages (https://docs.hoppscotch.io/documentation/self-host/community-edition/getting-started) --- platforms/nuxt.yml | 2 -- platforms/vue.yml | 2 -- software/hoppscotch.yml | 5 ++--- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 platforms/nuxt.yml delete mode 100644 platforms/vue.yml diff --git a/platforms/nuxt.yml b/platforms/nuxt.yml deleted file mode 100644 index 30ae865b95..0000000000 --- a/platforms/nuxt.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: Nuxt -description: "" \ No newline at end of file diff --git a/platforms/vue.yml b/platforms/vue.yml deleted file mode 100644 index a1ae89a035..0000000000 --- a/platforms/vue.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: Vue -description: "" \ No newline at end of file diff --git a/software/hoppscotch.yml b/software/hoppscotch.yml index ab472b15f1..7ad37e00ae 100644 --- a/software/hoppscotch.yml +++ b/software/hoppscotch.yml @@ -1,12 +1,11 @@ -name: Hoppscotch +name: Hoppscotch Community Edition website_url: https://hoppscotch.io description: A free, fast and beautiful API request builder. licenses: - MIT platforms: - Nodejs - - Vue - - Nuxt + - Docker tags: - Software Development - API Management source_code_url: https://github.com/hoppscotch/hoppscotch