bruno: add kashw2 as maintainer

This commit is contained in:
kashw2 2023-11-25 21:33:57 +10:00
parent 2c2c1b0d72
commit 6f494c9af4

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
description = "Open-source IDE For exploring and testing APIs.";
homepage = "https://www.usebruno.com";
license = licenses.mit;
maintainers = with maintainers; [ water-sucks lucasew ];
maintainers = with maintainers; [ water-sucks lucasew kashw2 ];
platforms = [ "x86_64-linux" ];
};
}