bruno: add maintainer gepbird

This commit is contained in:
Gutyina Gergő 2024-04-16 00:02:55 +02:00
parent 33e479c854
commit 10defe388f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ buildNpmPackage' rec {
homepage = "https://www.usebruno.com";
inherit (electron.meta) platforms;
license = licenses.mit;
maintainers = with maintainers; [ water-sucks lucasew kashw2 mattpolzin ];
maintainers = with maintainers; [ gepbird kashw2 lucasew mattpolzin water-sucks ];
mainProgram = "bruno";
};
}