From a8cb1cd3f46456881a5404d4b0f2f24a8db39b7a Mon Sep 17 00:00:00 2001 From: Lahiru <102464406+lahirunirmalx@users.noreply.github.com> Date: Wed, 24 Dec 2025 14:48:23 +0530 Subject: [PATCH 1/2] Add OrangeHRM metadata to configuration file Added metadata for OrangeHRM software including name, website, description, licenses, platforms, tags, source code, and demo URLs. --- software/orangehrm.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/orangehrm.yml diff --git a/software/orangehrm.yml b/software/orangehrm.yml new file mode 100644 index 0000000000..3b5f7a2b3c --- /dev/null +++ b/software/orangehrm.yml @@ -0,0 +1,12 @@ +name: orangehrm +website_url: https://www.orangehrm.com/ +description: Discover OrangeHRM, the leading human resource management software for efficient workforce solutions. Streamline your organizational HR with our powerful Intuitive Platform +licenses: + - GPL +platforms: + - PHP + - Docker +tags: + - Human Resources Management (HRM) +source_code_url: https://github.com/orangehrm/orangehrm +demo_url: https://opensource-demo.orangehrmlive.com/ From ea75565a324e92327c32373bf9a5840e6b9f7c37 Mon Sep 17 00:00:00 2001 From: Lahiru <102464406+lahirunirmalx@users.noreply.github.com> Date: Wed, 24 Dec 2025 14:57:59 +0530 Subject: [PATCH 2/2] Update license version in orangehrm.yml --- software/orangehrm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/orangehrm.yml b/software/orangehrm.yml index 3b5f7a2b3c..fd3cf55258 100644 --- a/software/orangehrm.yml +++ b/software/orangehrm.yml @@ -1,8 +1,8 @@ name: orangehrm website_url: https://www.orangehrm.com/ -description: Discover OrangeHRM, the leading human resource management software for efficient workforce solutions. Streamline your organizational HR with our powerful Intuitive Platform +description: Discover OrangeHRM, the leading human resource management software for efficient workforce solutions. Streamline your organizational HR with our powerful Intuitive Platform. licenses: - - GPL + - GPL-3.0 platforms: - PHP - Docker