summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2018-08-31 10:14:27 +0200
committerluccioman <luccioman@users.noreply.github.com>2018-08-31 10:14:27 +0200
commita3361d5ee87e622e629be2546bb035a5f96610f6 (patch)
treec1af261227197e5b0364ad06cc2e79242ab78656
parent9b1c87033b7a4aa12ea607081c836c6e614a492c (diff)
Renamed Snap with a name detected as available on the Snap store
-rw-r--r--snap/snapcraft.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 833bb4403..f10735d08 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
# Configuration file for YaCy Snap packaging with Snapcraft (see https://snapcraft.io/)
-name: yacy
+name: yacy-search
version: '1.921'
summary: YaCy peer-to-peer search engine and intranet search appliance
description: |
@@ -14,7 +14,7 @@ confinement: strict
icon: htroot/env/grafics/yacy.png
apps:
- yacy:
+ yacy-search:
command: sh "$SNAP/yacy/startYACY.sh" -f -s "$SNAP_USER_DATA"
# Interfaces authorizations requirements
# network-bind - to allow acting as an HTTP server and client
@@ -25,7 +25,7 @@ apps:
plugs: [network-bind, desktop, home]
parts:
- yacy:
+ yacy-search:
plugin: ant
ant-build-targets:
- clean