From d2a3384ac0348306b691657e8cb34f28cbfec550 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 7 Jul 2019 14:21:09 -0500 Subject: ubuntu flavors: vanilla png -> svg Signed-off-by: Burt P --- modules/computer/ubuntu_flavors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/computer') diff --git a/modules/computer/ubuntu_flavors.c b/modules/computer/ubuntu_flavors.c index 84fa147f..ff64eb56 100644 --- a/modules/computer/ubuntu_flavors.c +++ b/modules/computer/ubuntu_flavors.c @@ -24,8 +24,8 @@ #define SEQ(s,m) (g_strcmp0(s, m) == 0) static const UbuntuFlavor ubuntu_flavors[] = { - { "Vanilla Server", "distros/ubuntu.png", "https://ubuntu.org", "ubuntu-server" }, - { "Vanilla Desktop", "distros/ubuntu.png", "https://ubuntu.org", "ubuntu-desktop" }, + { "Vanilla Server", "distros/ubuntu.svg", "https://ubuntu.org", "ubuntu-server" }, + { "Vanilla Desktop", "distros/ubuntu.svg", "https://ubuntu.org", "ubuntu-desktop" }, { "Xubuntu", "distros/xubuntu.svg", "https://xubuntu.org", "xubuntu-desktop" }, { "Kubuntu", "distros/kubuntu.png", "https://kubuntu.org", "kubuntu-desktop" }, { "Lubuntu", "distros/lubuntu.png", "https://lubuntu.me", "lubuntu-desktop" }, /* formerly or also lubuntu.net? */ -- cgit v1.2.3