summaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/weather/meteo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/weather/meteo/default.nix')
-rw-r--r--pkgs/applications/networking/weather/meteo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/weather/meteo/default.nix b/pkgs/applications/networking/weather/meteo/default.nix
index 3de0d450de5e..a5edbac135f9 100644
--- a/pkgs/applications/networking/weather/meteo/default.nix
+++ b/pkgs/applications/networking/weather/meteo/default.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
description = "Know the forecast of the next hours & days";
homepage = "https://gitlab.com/bitseater/meteo";
license = licenses.gpl3Plus;
- maintainers = with maintainers; [ worldofpeace ];
+ maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}