gallia: add rumpelsepp as maintainer

This commit is contained in:
Fabian Affolter 2023-01-29 00:38:55 +01:00
parent 750cfd8f85
commit 6c9748bb96

View File

@ -55,7 +55,7 @@ python3.pkgs.buildPythonApplication rec {
description = "Extendable Pentesting Framework for the Automotive Domain"; description = "Extendable Pentesting Framework for the Automotive Domain";
homepage = "https://github.com/Fraunhofer-AISEC/gallia"; homepage = "https://github.com/Fraunhofer-AISEC/gallia";
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab rumpelsepp ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }