From 8183079716e67518a8fc62f701f280924374bf67 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 23 Nov 2022 04:20:00 +0000 Subject: [PATCH] comma: add marsam to maintainers --- pkgs/tools/package-management/comma/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/package-management/comma/default.nix b/pkgs/tools/package-management/comma/default.nix index 1e8bd0afd327..d46db680c88f 100644 --- a/pkgs/tools/package-management/comma/default.nix +++ b/pkgs/tools/package-management/comma/default.nix @@ -37,6 +37,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/nix-community/comma"; description = "Runs programs without installing them"; license = licenses.mit; - maintainers = with maintainers; [ Enzime artturin ]; + maintainers = with maintainers; [ Enzime artturin marsam ]; }; }