Merge pull request #141000 from figsoda/protonvpn
protonvpn-{cli,gui}: clarify license, set meta.mainProgram
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user