ledger: add marsam to maintainers

This commit is contained in:
Mario Rodas 2022-05-08 04:20:00 +00:00
parent 1d5f520da8
commit 9d22c5a51a

View File

@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.all;
maintainers = with maintainers; [ jwiegley ];
maintainers = with maintainers; [ jwiegley marsam ];
};
}