From 731a3d5565ee31a2dcd91e1d33950e3d36febc47 Mon Sep 17 00:00:00 2001 From: Katsumi Takeuchi Date: Wed, 10 Jun 2026 21:56:00 +0900 Subject: [PATCH] blesh: add hibiday as maintainer --- pkgs/by-name/bl/blesh/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/bl/blesh/package.nix b/pkgs/by-name/bl/blesh/package.nix index 0a6cbbe79977..3fa018822f68 100644 --- a/pkgs/by-name/bl/blesh/package.nix +++ b/pkgs/by-name/bl/blesh/package.nix @@ -63,6 +63,7 @@ stdenvNoCC.mkDerivation { license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ aiotter + hibiday matthiasbeyer ]; platforms = lib.platforms.unix;