From 505cb234671f6112929a786cfc79da31dec4e98e Mon Sep 17 00:00:00 2001 From: bannert <58707896+bannert1337@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:34:02 +0100 Subject: [PATCH] Debian icon update (#2433) * Update Debian LXC icon Change Debian LXC icon to SVG from selfhst icons * Update Debian VM icon Change Debian VM icon to SVG from selfhst icons --- json/debian-vm.json | 2 +- json/debian.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/json/debian-vm.json b/json/debian-vm.json index 7727315e..96909d72 100644 --- a/json/debian-vm.json +++ b/json/debian-vm.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://www.debian.org/", - "logo": "https://seeklogo.com/images/D/debian-logo-C136FDAF9E-seeklogo.com.png", + "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/debian.svg", "description": "Debian Linux is a distribution that emphasizes free software. It supports many hardware platforms", "install_methods": [ { diff --git a/json/debian.json b/json/debian.json index 2d6af149..81cfae07 100644 --- a/json/debian.json +++ b/json/debian.json @@ -11,7 +11,7 @@ "interface_port": null, "documentation": null, "website": "https://www.debian.org/", - "logo": "https://seeklogo.com/images/D/debian-logo-C136FDAF9E-seeklogo.com.png", + "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/debian.svg", "description": "Debian Linux is a distribution that emphasizes free software. It supports many hardware platforms.", "install_methods": [ { @@ -31,4 +31,4 @@ "password": null }, "notes": [] -} \ No newline at end of file +}