From ef6242b31c4f0766af7928c1fbeaa09f9c92d289 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 6 Feb 2026 00:39:45 +0100 Subject: [PATCH] python313Packages.hass-nabucasa: add myself as maintainer --- pkgs/development/python-modules/hass-nabucasa/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix index c3f2fa2c3ba1..69034e5b8bc1 100644 --- a/pkgs/development/python-modules/hass-nabucasa/default.nix +++ b/pkgs/development/python-modules/hass-nabucasa/default.nix @@ -93,6 +93,9 @@ buildPythonPackage rec { homepage = "https://github.com/NabuCasa/hass-nabucasa"; changelog = "https://github.com/NabuCasa/hass-nabucasa/releases/tag/${src.tag}"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ Scriptkiddi ]; + maintainers = with lib.maintainers; [ + fab + Scriptkiddi + ]; }; }