From 1f26471898c1b3624cd9746143dc72062de33a01 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 28 Feb 2020 12:46:58 -0800 Subject: [PATCH] Add link to website in description of snap --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7ef100cb..6f2e75c7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -3,15 +3,15 @@ base: core18 # the base snap is the execution environment for this snap version: '20.04-alpha' # just for humans, typically '1.2+git' or '1.3.2' summary: Documentation for Lubuntu # 79 char long summary description: | - This snap contains the Manual for Lubuntu which includes all of the default program as well as documentation for LXQt. + This snap contains the Manual for Lubuntu which includes all of the default program as well as documentation for LXQt. See https://lubuntu.me for more info. grade: devel # must be 'stable' to release into candidate/stable channels -confinement: devmode # use 'strict' once you have the right plugs and slots +confinement: strict # use 'strict' once you have the right plugs and slots parts: my-part: source: https://phab.lubuntu.me/source/manual.git - build-packages: [python3-pip, python3-sphinx, latexmk, texlive, texlive-formats-extra, arcanist, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme] + build-packages: [python3-pip, python3-sphinx, latexmk, texlive, texlive-formats-extra, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme] plugin: make make-parameters: [html] artifacts: [build/html/]