circt: add sequencer to maintainers

This commit is contained in:
Jiuyang Liu 2024-08-30 11:24:45 +08:00
parent 899e02a18f
commit d38016613d

View File

@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
description = "Circuit IR compilers and tools";
homepage = "https://circt.org/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ sharzy pineapplehunter ];
maintainers = with lib.maintainers; [ sharzy pineapplehunter sequencer ];
platforms = lib.platforms.all;
};
}