From baeefc9276b667bc38db2b4eb3c85d8ec779a7cf Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Sun, 5 Apr 2026 13:58:48 +0200 Subject: [PATCH] poco: add hythera as maintainer --- pkgs/by-name/po/poco/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/po/poco/package.nix b/pkgs/by-name/po/poco/package.nix index a0aad31cf36e..22a783f84e61 100644 --- a/pkgs/by-name/po/poco/package.nix +++ b/pkgs/by-name/po/poco/package.nix @@ -110,6 +110,7 @@ stdenv.mkDerivation rec { description = "Cross-platform C++ libraries with a network/internet focus"; license = lib.licenses.boost; maintainers = with lib.maintainers; [ + hythera tomodachi94 ]; platforms = lib.platforms.unix;