Merge pull request #141000 from figsoda/protonvpn

protonvpn-{cli,gui}: clarify license, set meta.mainProgram
This commit is contained in:
figsoda
2021-10-08 12:48:49 -04:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -30,7 +30,8 @@ python3Packages.buildPythonApplication rec {
description = "Linux command-line client for ProtonVPN";
homepage = "https://github.com/protonvpn/linux-cli";
maintainers = with maintainers; [ jtcoolen jefflabonte shamilton ];
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "protonvpn";
};
}
@@ -83,7 +83,8 @@ in python3Packages.buildPythonApplication rec {
description = "Linux GUI for ProtonVPN, written in Python";
homepage = "https://github.com/ProtonVPN/linux-gui";
maintainers = with maintainers; [ offline ];
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "protonvpn-gui";
};
}