From a80b0b46cbbd2c7b7d721c4015d8a16d1453f801 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 22 Sep 2023 18:05:50 +0000 Subject: [PATCH] fix SIPCAPTURE HOMPER language/platform (#197) - all submodules in https://github.com/sipcapture/homer point to repositories written in Go chich compile to static binaries - https://github.com/sipcapture/homer-ui/ mentions npm --- platforms/angular.yml | 2 -- software/sipcapture-homer.yml | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 platforms/angular.yml diff --git a/platforms/angular.yml b/platforms/angular.yml deleted file mode 100644 index 1bfcfd6aa4..0000000000 --- a/platforms/angular.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: Angular -description: "" \ No newline at end of file diff --git a/software/sipcapture-homer.yml b/software/sipcapture-homer.yml index b36c49b8b4..f1d4d63bc8 100644 --- a/software/sipcapture-homer.yml +++ b/software/sipcapture-homer.yml @@ -4,8 +4,9 @@ description: Troubleshooting and monitoring VoIP calls. licenses: - AGPL-3.0 platforms: - - Angular - - C + - Nodejs + - Go + - Docker tags: - Communication - SIP source_code_url: https://github.com/sipcapture/homer