From ed9a8e7a72a81a0f8bf8f8d2b91e2ba04f2a87c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Jarczy=C5=84ski?= Date: Thu, 7 May 2026 11:50:21 +0200 Subject: [PATCH 1/2] Add O'Saasy License --- licenses.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/licenses.yml b/licenses.yml index a320e5ac02c..5bc1544c5c8 100644 --- a/licenses.yml +++ b/licenses.yml @@ -131,6 +131,10 @@ name: Mozilla Public License url: https://spdx.org/licenses/MPL-2.0.html +- identifier: O'Saasy + name: O'Saasy License + url: https://osaasy.dev/ + - identifier: OSL-3.0 name: Open Software License 3.0 url: https://spdx.org/licenses/OSL-3.0.html From 6b2b7dba25d21eb78fc3a458e73a2dc6b891200c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Jarczy=C5=84ski?= Date: Thu, 7 May 2026 13:08:02 +0200 Subject: [PATCH 2/2] Add Fizzy --- software/fizzy.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/fizzy.yml diff --git a/software/fizzy.yml b/software/fizzy.yml new file mode 100644 index 00000000000..cd5489d0dd6 --- /dev/null +++ b/software/fizzy.yml @@ -0,0 +1,13 @@ +name: "Fizzy" +website_url: "https://www.fizzy.do/" +source_code_url: "https://github.com/basecamp/fizzy" +description: "Fizzy is a free kanban-based tracking tool for managing bugs, tasks, ideas and small projects. It focuses on a simple, fast interface and aims to provide a lightweight alternative to more complex project management platforms." +licenses: + - O'Saasy +platforms: + - Ruby + - Docker +tags: + - Task Management & To-do Lists + - Groupware + - Resource Planning