ldc: add jtbx to meta.maintainers

This commit is contained in:
Jeremy 2023-09-20 09:59:08 +12:00 committed by Alyssa Ross
parent 41bd81b3a1
commit 3ebbb51efc

View file

@ -131,7 +131,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ldc-developers/ldc";
# from https://github.com/ldc-developers/ldc/blob/master/LICENSE
license = with licenses; [ bsd3 boost mit ncsa gpl2Plus ];
maintainers = with maintainers; [ ThomasMader lionello ];
maintainers = with maintainers; [ ThomasMader lionello jtbx ];
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
};
}