Commit 6c9748bb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

gallia: add rumpelsepp as maintainer

parent 750cfd8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}