diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-09-25 13:13:27 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-09-25 13:13:27 +0200 |
commit | 2ecd10efa37c6ccd04c43e663f88c4a6910b2a4b (patch) | |
tree | f49d168d00525e19a188d7dac3cd12434c11631f | |
parent | a8e378377ebad5c6d2051222d001eb9d1aa5f634 (diff) |
[pkg] re-add appname to template, bad merge
-rw-r--r-- | branding/templates/snap/snapcraft-template.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branding/templates/snap/snapcraft-template.yaml b/branding/templates/snap/snapcraft-template.yaml index 45d7bd5..2833f04 100644 --- a/branding/templates/snap/snapcraft-template.yaml +++ b/branding/templates/snap/snapcraft-template.yaml @@ -2,8 +2,8 @@ name: ${binaryName} version: ${version} summary: ${applicationName}, secure VPN. Powered by Bitmask. description: | - RiseupVPN is an easy, fast, and secure VPN service from riseup.net. - RiseupVPN does not require a user account, keep logs, or track you in + ${applicationName} is an easy, fast, and secure VPN service from ${providerURL}. + ${applicationName} does not require a user account, keep logs, or track you in any way. The service is paid for entirely by donations from users like you. grade: stable confinement: classic |