edgedb: update maintainers

This commit is contained in:
ahirner 2024-01-08 02:58:04 +01:00
parent 813ca30dfe
commit ebb198fb48

View File

@ -68,6 +68,6 @@ rustPlatform.buildRustPackage rec {
description = "EdgeDB cli";
homepage = "https://www.edgedb.com/docs/cli/index";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = [ maintainers.ranfdev ];
maintainers = with maintainers; [ ahirner kirillrdy ];
};
}