tremor-rs: add happysalada as maintainer

This commit is contained in:
happysalada
2022-11-09 09:40:57 -05:00
committed by Yt
parent 6e6df58ae3
commit aef3d81135
+1 -1
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 ];
};
}