Adding toastal as a himalaya maintainer

As @yanganto suggested: https://github.com/NixOS/nixpkgs/pull/163954#issuecomment-1066575191
This commit is contained in:
toastal 2022-03-14 22:14:07 +07:00
parent aef8fe5c68
commit f78b6046ca

View File

@ -51,6 +51,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/soywod/himalaya";
changelog = "https://github.com/soywod/himalaya/blob/v${version}/CHANGELOG.md";
license = licenses.bsdOriginal;
maintainers = with maintainers; [ yanganto ];
maintainers = with maintainers; [ toastal yanganto ];
};
}