treewide: remove wolfangaukang as maintainer

This commit is contained in:
P. 2024-06-22 07:03:16 -06:00
parent 0a548fc62e
commit 7e1ff7bd73
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7
73 changed files with 71 additions and 74 deletions

View File

@ -6,7 +6,7 @@ let
cfg = config.services.sslmate-agent;
in {
meta.maintainers = with maintainers; [ wolfangaukang ];
meta.maintainers = [ ];
options = {
services.sslmate-agent = {

View File

@ -52,7 +52,7 @@ buildNpmPackage rec {
description = "Pocket Casts webapp, packaged for the Linux Desktop";
homepage = "https://github.com/felicianotech/pocket-casts-desktop-app";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "pocket-casts";
platforms = platforms.linux;
};

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
homepage = "https://lifeograph.sourceforge.net/wiki/Main_Page";
description = "Lifeograph is an off-line and private journal and note taking application";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "lifeograph";
platforms = platforms.linux;
};

View File

@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
mainProgram = "com.github.kmwallio.thiefmd";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -2721,7 +2721,7 @@ let
description = "CloudFormation Linter IDE integration, autocompletion, and documentation";
homepage = "https://github.com/aws-cloudformation/cfn-lint-visual-studio-code";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.wolfangaukang ];
maintainers = [ ];
};
};
@ -4731,7 +4731,7 @@ let
};
meta = {
license = lib.licenses.mit;
maintainers = [ lib.maintainers.wolfangaukang ];
maintainers = [ ];
};
};

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "pixeluvo";
};
}

View File

@ -97,7 +97,7 @@ buildPythonApplication rec {
description = "QR code scanner desktop app for Linux";
homepage = "https://github.com/hongquan/CoBang";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "cobang";
platforms = [ "x86_64-linux" ];
};

View File

@ -27,7 +27,7 @@ in appimageTools.wrapType2 {
description = "IOTA's New Wallet";
homepage = "https://firefly.iota.org";
license = licenses.asl20;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "firefly-desktop";
};

View File

@ -33,7 +33,7 @@ in appimageTools.wrapType2 {
description = "User-friendly desktop wallet with support for transaction history, encrypted contact book, gift codes, and payments";
homepage = "https://github.com/mobilecoinofficial/desktop-wallet";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "mobilecoin-wallet";
platforms = [ "x86_64-linux" ];
};

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
homepage = "https://thedesk.top";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "thedesk";
};

View File

@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ zakkor wolfangaukang ];
maintainers = with maintainers; [ zakkor ];
};
}

View File

@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
homepage = "https://whalebird.social";
changelog = "https://github.com/h3poteto/whalebird-desktop/releases/tag/v${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang weathercold ];
maintainers = with maintainers; [ weathercold ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
}

View File

@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
homepage = "https://alfaview.com";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ wolfangaukang hexchen ];
maintainers = with maintainers; [ hexchen ];
mainProgram = "alfaview";
platforms = [ "x86_64-linux" ];
};

View File

@ -122,7 +122,7 @@ buildNpmPackage rec {
homepage = "https://threema.ch";
license = licenses.agpl3Only;
mainProgram = "threema";
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -30,7 +30,7 @@ appimageTools.wrapType2 rec {
changelog = "https://github.com/tutao/tutanota/releases/tag/tutanota-desktop-release-${version}";
license = licenses.gpl3Only;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "tutanota-desktop";
platforms = [ "x86_64-linux" ];
};

View File

@ -31,7 +31,7 @@ appimageTools.wrapType2 {
mainProgram = "raven-reader";
homepage = "https://ravenreader.app/";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -33,7 +33,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "Linux command-line client for ProtonVPN";
homepage = "https://github.com/protonvpn/linux-cli";
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "protonvpn-cli";

View File

@ -98,6 +98,6 @@ buildPythonApplication rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "protonvpn-app";
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -71,7 +71,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "Official ProtonVPN Linux app";
homepage = "https://github.com/ProtonVPN/linux-app";
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
license = licenses.gpl3Plus;
mainProgram = "protonvpn";
platforms = platforms.linux;

View File

@ -25,7 +25,7 @@ appimageTools.wrapType2 rec {
description = "Free time tracker and timesheet app that lets you track work hours across projects";
homepage = "https://clockify.me";
license = licenses.unfree;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "clockify";
platforms = [ "x86_64-linux" ];
};

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
mainProgram = "morgen";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ justanotherariel wolfangaukang ];
maintainers = with maintainers; [ justanotherariel ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -28,6 +28,6 @@ buildNpmPackage rec {
homepage = "https://serverless.com";
license = lib.licenses.mit;
mainProgram = "serverless";
maintainers = with lib.maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -73,7 +73,7 @@ in stdenv.mkDerivation rec {
# Using changelog from releases as it is more accurate
changelog = "https://github.com/nroduit/Weasis/releases/tag/v${version}";
license = with lib.licenses; [ asl20 epl20 ];
maintainers = [ lib.maintainers.wolfangaukang ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "Weasis";
};

View File

@ -139,7 +139,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.mit; # vcpkg licensed as MIT too
maintainers = with lib.maintainers; [
SomeoneSerge
wolfangaukang
];
platforms = lib.platforms.all;
};

View File

@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "Parse ARNs using Python";
homepage = "https://github.com/PokaInc/arnparse";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -87,6 +87,6 @@ buildPythonPackage rec {
mainProgram = "certomancer";
homepage = "https://github.com/MatthiasValvekens/certomancer";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -26,6 +26,6 @@ buildPythonPackage rec {
description = "Module that implements ChaCha20Poly1305";
homepage = "https://github.com/ph4r05/py-chacha20poly1305";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://deep-translator.readthedocs.io";
changelog = "https://github.com/nidhaloff/deep-translator/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "File format determination library";
homepage = "https://github.com/floyernick/fleep-py";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/gaphor/gaphas";
changelog = "https://github.com/gaphor/gaphas/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Generic programming (Multiple dispatch) library for Python";
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
homepage = "https://github.com/gaphor/generic";
changelog = "https://github.com/gaphor/generic/releases/tag/${version}";
license = licenses.bsd3;

View File

@ -40,6 +40,6 @@ buildPythonPackage rec {
mainProgram = "ilua";
homepage = "https://github.com/guysv/ilua";
license = licenses.gpl2Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
description = "Hook and simulate keyboard events on Windows and Linux";
homepage = "https://github.com/boppreh/keyboard";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -43,6 +43,6 @@ buildPythonPackage rec {
description = "Python package for HTTP/1.1 style headers";
homepage = "https://github.com/Ousret/kiss-headers";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -57,7 +57,7 @@ buildPythonPackage rec {
description = "Python Proton client module";
homepage = "https://github.com/ProtonMail/proton-python-client";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -68,6 +68,6 @@ buildPythonPackage rec {
description = "Core logic used by the other Proton components";
homepage = "https://github.com/ProtonVPN/python-proton-core";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "ProtonVPN component to access Linux's keyring secret service API";
homepage = "https://github.com/ProtonVPN/python-proton-keyring-linux-secretservice";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "ProtonVPN core component to access Linux's keyring";
homepage = "https://github.com/ProtonVPN/python-proton-keyring-linux";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -55,6 +55,6 @@ buildPythonPackage rec {
description = "Acts as a facade to the other Proton VPN components, exposing a uniform API to the available Proton VPN services";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-api-core";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -63,6 +63,6 @@ buildPythonPackage rec {
description = "Defines the interface that VPN connection backends should implement";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-connection";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -52,6 +52,6 @@ buildPythonPackage rec {
description = "Implementation of the proton-vpn-killswitch interface using Network Manager";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-killswitch-network-manager";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Defines the ProtonVPN kill switch interface";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-killswitch";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -41,6 +41,6 @@ buildPythonPackage rec {
description = "General purpose logging package for the entire ProtonVPN Linux client";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-logger";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "Adds support for the OpenVPN protocol using NetworkManager";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-network-manager-openvpn";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -56,6 +56,6 @@ buildPythonPackage rec {
description = "Provides the necessary functionality for other ProtonVPN components to interact with NetworkManager";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-network-manager";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -61,6 +61,6 @@ buildPythonPackage rec {
description = "Provides utility classes to manage VPN sessions";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-session";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -77,7 +77,7 @@ buildPythonPackage rec {
mainProgram = "protonvpn_reconnector.py";
homepage = "https://github.com/ProtonVPN/protonvpn-nm-lib";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -78,6 +78,6 @@ buildPythonPackage rec {
homepage = "https://github.com/MatthiasValvekens/certvalidator";
changelog = "https://github.com/MatthiasValvekens/certvalidator/blob/v${version}/changelog.md";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -132,6 +132,6 @@ buildPythonPackage rec {
homepage = "https://github.com/MatthiasValvekens/pyHanko";
changelog = "https://github.com/MatthiasValvekens/pyHanko/blob/v${version}/docs/changelog.rst";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/WhyNotHugo/python-barcode";
changelog = "https://github.com/WhyNotHugo/python-barcode/blob/v${version}/docs/changelog.rst";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "Pre-authentication encoding (PAE) implementation in Python";
homepage = "https://github.com/MatthiasValvekens/python-pae";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Python wrapper for the Trovo API";
homepage = "https://codeberg.org/wolfangaukang/python-trovo";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -54,6 +54,6 @@ buildPythonPackage rec {
description = "Python bindings for zbar";
homepage = "https://github.com/mchehab/zbar";
license = licenses.lgpl21Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Utility to let you have a single source of version in your code base";
homepage = "https://github.com/hongquan/single-version";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -50,7 +50,6 @@ buildPythonPackage rec {
license = licenses.mit;
maintainers = with maintainers; [
dotlambda
wolfangaukang
];
};
}

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "Twisted bindings for ZeroMQ";
homepage = "https://github.com/smira/txZMQ";
license = licenses.mpl20;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -13,7 +13,7 @@ bundlerEnv {
description = "Linting tool for CloudFormation templates";
homepage = "https://github.com/stelligent/cfn_nag";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -29,6 +29,6 @@ buildNpmPackage rec {
homepage = "http://ejs.co";
license = lib.licenses.asl20;
mainProgram = "ejs";
maintainers = with lib.maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -75,6 +75,6 @@ in buildNpmPackage rec {
homepage = "https://github.com/bscan/PerlNavigator/tree/main/server";
license = lib.licenses.mit;
mainProgram = "perlnavigator";
maintainers = with lib.maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -36,6 +36,6 @@ mkYarnPackage rec {
homepage = "https://github.com/redhat-developer/yaml-language-server";
license = lib.licenses.mit;
mainProgram = "yaml-language-server";
maintainers = with lib.maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -13,7 +13,7 @@ bundlerEnv {
description = "Find licenses for your project's dependencies";
homepage = "https://github.com/pivotal/licensefinder";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
homepage = "https://sslmate.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -57,7 +57,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "GUI for Legendary, an Epic Games Launcher open source alternative";
homepage = "https://github.com/RareDevs/Rare";
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
license = licenses.gpl3Only;
platforms = platforms.linux;
mainProgram = "rare";

View File

@ -76,7 +76,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "Simple modeling tool written in Python";
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
homepage = "https://github.com/gaphor/gaphor";
license = licenses.asl20;
platforms = [ "x86_64-linux" ];

View File

@ -17,7 +17,7 @@ buildGoModule rec {
description = "Connect to a Twitch channel's chat from your terminal";
homepage = "https://github.com/atye/ttchat";
license = licenses.asl20;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "ttchat";
};
}

View File

@ -87,7 +87,6 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
mainProgram = "warp-cli";
maintainers = with maintainers; [
wolfangaukang
devpikachu
marcusramberg
];

View File

@ -57,7 +57,7 @@ buildPythonApplication rec {
homepage = "https://owlink.org/";
changelog = "https://github.com/seemoo-lab/opendrop/releases/tag/${src.rev}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "opendrop";
platforms = [ "x86_64-linux" ];
};

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Open Apple Wireless Direct Link (AWDL) implementation written in C";
homepage = "https://owlink.org/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "owl";
};

View File

@ -26,7 +26,7 @@ in appimageTools.wrapType2 {
mainProgram = "buttercup-desktop";
homepage = "https://buttercup.pw";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -31,6 +31,6 @@ buildPythonApplication rec {
mainProgram = "pass2csv";
homepage = "https://github.com/reinefjord/pass2csv";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
mainProgram = "whatweb";
homepage = "https://github.com/urbanadventurer/whatweb";
license = licenses.gpl2Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = platforms.unix;
};
}

View File

@ -58,6 +58,6 @@ in stdenv.mkDerivation {
homepage = "https://github.com/cfenollosa/bashblog";
license = licenses.gpl3Only;
platforms = platforms.unix;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}

View File

@ -251,7 +251,7 @@ stdenv.mkDerivation {
homepage = "https://developer.vmware.com/web/tool/ovf-tool/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ numinit wolfangaukang thanegill ];
maintainers = with maintainers; [ numinit thanegill ];
platforms = builtins.attrNames ovftoolSystems;
mainProgram = "ovftool";
knownVulnerabilities = [