diff options
author | Burt P <pburt0@gmail.com> | 2019-07-07 14:21:09 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-07-10 12:24:36 -0700 |
commit | d2a3384ac0348306b691657e8cb34f28cbfec550 (patch) | |
tree | fc5ee3563953216e5c2c11b114fa2d74fd31a85d /modules | |
parent | 561072d209aeab64e950f16bcdce602cf9ce6ad5 (diff) |
ubuntu flavors: vanilla png -> svg
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/computer/ubuntu_flavors.c | 4 |
1 files changed, 2 insertions, 2 deletions
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? */ |