From 89f79bb80c560b4c983f64567a76c53bba6d39ab Mon Sep 17 00:00:00 2001 From: quietsy Date: Thu, 23 Jan 2025 01:00:12 +0200 Subject: [PATCH] Fix categories --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index 69180b4..0461d43 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -7,7 +7,7 @@ project_logo: "https://raw.githubusercontent.com/netbox-community/netbox/develop project_blurb: | [{{ project_name|capitalize }}]({{ project_url }}) is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations. project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" -project_categories: "Administration" +project_categories: "Administration,Business" # supported architectures available_architectures: - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}