From c03e9b1efe6422b6c7c028675d6feef8820c29ba Mon Sep 17 00:00:00 2001 From: Oli Date: Fri, 16 Jan 2026 21:07:44 +0100 Subject: [PATCH] oh-my-posh: add olillin as maintainer --- pkgs/by-name/oh/oh-my-posh/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/oh/oh-my-posh/package.nix b/pkgs/by-name/oh/oh-my-posh/package.nix index 6b53349e9ea1..26e1f8a5fcf4 100644 --- a/pkgs/by-name/oh/oh-my-posh/package.nix +++ b/pkgs/by-name/oh/oh-my-posh/package.nix @@ -53,6 +53,7 @@ buildGoModule rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ lucperkins + olillin ]; }; }