rbw: add marsam to maintainers

This commit is contained in:
Mario Rodas 2020-10-17 04:20:00 +00:00
parent 1f319ea6ad
commit e2591b03fb

View file

@ -73,6 +73,6 @@ rustPlatform.buildRustPackage rec {
description = "Unofficial command line client for Bitwarden";
homepage = "https://crates.io/crates/rbw";
license = licenses.mit;
maintainers = with maintainers; [ albakham luc65r ];
maintainers = with maintainers; [ albakham luc65r marsam ];
};
}