From 6014fb74113c889dca49a025352e891edbc10512 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Sat, 11 Feb 2023 22:44:59 -0500 Subject: [PATCH] hebbot: Add Weather --- hebbot/config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hebbot/config.toml b/hebbot/config.toml index a523eab..482fde1 100644 --- a/hebbot/config.toml +++ b/hebbot/config.toml @@ -318,6 +318,14 @@ description = 'Access, organize and share your photos on GNOME' website = 'https://gitlab.gnome.org/GNOME/gnome-photos' default_section = 'core' +[[projects]] +emoji = '🌤️' +name = 'gnome-weather' +title = 'Weather' +description = 'Show weather conditions and forecasts.' +website = 'https://gitlab.gnome.org/GNOME/gnome-weather' +default_section = 'core' + # GNOME Development Tools [[projects]] -- GitLab