diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2022-11-23 04:20:00 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-25 16:48:56 +0000 |
| commit | 9eb4186cbc824d996a13f043fe3fe13bd5b051a5 (patch) | |
| tree | 089b4b260e7e22bafb2d6351a16345b121625cdd | |
| parent | comma: use nix from environment (diff) | |
| download | nixpkgs-9eb4186cbc824d996a13f043fe3fe13bd5b051a5.tar.gz | |
comma: add marsam to maintainers
(cherry picked from commit 8183079716e67518a8fc62f701f280924374bf67)
| -rw-r--r-- | pkgs/tools/package-management/comma/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]; }; } |
