From fc6336715d4995e2c2d6244b7fd8c92cbb3d4904 Mon Sep 17 00:00:00 2001 From: Heitor Augusto Date: Thu, 13 Feb 2025 14:58:34 -0300 Subject: [PATCH] forecast: add HeitorAugustoLN as a maintainer --- pkgs/by-name/fo/forecast/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/fo/forecast/package.nix b/pkgs/by-name/fo/forecast/package.nix index e97bf249026b..f17051154863 100644 --- a/pkgs/by-name/fo/forecast/package.nix +++ b/pkgs/by-name/fo/forecast/package.nix @@ -60,7 +60,10 @@ rustPlatform.buildRustPackage { description = "Weather app written in rust and libcosmic"; homepage = "https://github.com/cosmic-utils/forecast"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ GaetanLepage ]; + maintainers = with lib.maintainers; [ + GaetanLepage + HeitorAugustoLN + ]; platforms = lib.platforms.linux; mainProgram = "cosmic-ext-forecast"; };