From da93292a08f94d3e1d9675e9d57d6f34f387c62a Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sat, 14 Mar 2026 17:13:08 +0100 Subject: [PATCH] rusty-path-of-building: add maintainer cholli --- pkgs/by-name/ru/rusty-path-of-building/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ru/rusty-path-of-building/package.nix b/pkgs/by-name/ru/rusty-path-of-building/package.nix index e5108dd677cd..eddf685f8d99 100644 --- a/pkgs/by-name/ru/rusty-path-of-building/package.nix +++ b/pkgs/by-name/ru/rusty-path-of-building/package.nix @@ -121,7 +121,10 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/meehl/rusty-path-of-building"; changelog = "https://github.com/meehl/rusty-path-of-building/blob/${finalAttrs.src.rev}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ k900 ]; + maintainers = with lib.maintainers; [ + k900 + cholli + ]; mainProgram = "rusty-path-of-building"; }; })