protonvpn-cli: clarify license, set meta.mainProgram
This commit is contained in:
parent
338b0a90d8
commit
d90c323b8e
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user