gallia: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-09 12:53:46 +01:00
parent 0099df9787
commit 474be6bb29

View File

@ -54,6 +54,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Extendable Pentesting Framework for the Automotive Domain";
homepage = "https://github.com/Fraunhofer-AISEC/gallia";
changelog = "https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab rumpelsepp ];
platforms = platforms.linux;