From ff443bc6e76ad767b41fc7138d6f9754ad583465 Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Thu, 20 Oct 2022 21:27:54 +0300 Subject: [PATCH] lemmeknow: add Br1ght0ne to maintainers --- pkgs/tools/misc/lemmeknow/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/lemmeknow/default.nix b/pkgs/tools/misc/lemmeknow/default.nix index 18d81a57c363..ccb80e247ff6 100644 --- a/pkgs/tools/misc/lemmeknow/default.nix +++ b/pkgs/tools/misc/lemmeknow/default.nix @@ -15,6 +15,6 @@ rustPlatform.buildRustPackage rec { description = "A tool to identify anything"; homepage = "https://github.com/swanandx/lemmeknow"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = with maintainers; [ figsoda Br1ght0ne ]; }; }