mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +00:00
Merge pull request #141000 from figsoda/protonvpn
protonvpn-{cli,gui}: clarify license, set meta.mainProgram
This commit is contained in:
commit
e8d6f3faef
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user