tremor-rs: add happysalada as maintainer

This commit is contained in:
happysalada 2022-11-09 09:40:22 -05:00 committed by Yt
parent 6e6df58ae3
commit aef3d81135

View file

@ -72,6 +72,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://www.tremor.rs/";
license = licenses.asl20;
platforms = platforms.x86_64;
maintainers = with maintainers; [ humancalico ];
maintainers = with maintainers; [ humancalico happysalada ];
};
}