From 6c9748bb96708dfefd8117887add3062c49e79e2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 29 Jan 2023 00:38:55 +0100 Subject: [PATCH] gallia: add rumpelsepp as maintainer --- pkgs/tools/security/gallia/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/gallia/default.nix b/pkgs/tools/security/gallia/default.nix index d3b10e71c052..f86d807d4309 100644 --- a/pkgs/tools/security/gallia/default.nix +++ b/pkgs/tools/security/gallia/default.nix @@ -55,7 +55,7 @@ python3.pkgs.buildPythonApplication rec { description = "Extendable Pentesting Framework for the Automotive Domain"; homepage = "https://github.com/Fraunhofer-AISEC/gallia"; license = with licenses; [ asl20 ]; - maintainers = with maintainers; [ fab ]; + maintainers = with maintainers; [ fab rumpelsepp ]; platforms = platforms.linux; }; }