comma: add marsam to maintainers

This commit is contained in:
Mario Rodas 2022-11-23 04:20:00 +00:00
parent 1ef34b5ae8
commit 8183079716

View file

@ -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 ];
};
}