Loading pkgs/by-name/gv/gvm-libs/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ stdenv.mkDerivation rec { meta = { description = "Libraries module for the Greenbone Vulnerability Management Solution"; homepage = "https://github.com/greenbone/gvm-libs"; changelog = "https://github.com/greenbone/gvm-libs/releases/tag/v${version}"; changelog = "https://github.com/greenbone/gvm-libs/releases/tag/${src.tag}"; license = with lib.licenses; [ gpl2Plus ]; maintainers = with lib.maintainers; [ fab ]; platforms = lib.platforms.linux; Loading Loading
pkgs/by-name/gv/gvm-libs/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ stdenv.mkDerivation rec { meta = { description = "Libraries module for the Greenbone Vulnerability Management Solution"; homepage = "https://github.com/greenbone/gvm-libs"; changelog = "https://github.com/greenbone/gvm-libs/releases/tag/v${version}"; changelog = "https://github.com/greenbone/gvm-libs/releases/tag/${src.tag}"; license = with lib.licenses; [ gpl2Plus ]; maintainers = with lib.maintainers; [ fab ]; platforms = lib.platforms.linux; Loading