From 6fac928fe42444fb93e8ca53cd9266660ba1a916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A6=B8=E0=A7=8C=E0=A6=AE=E0=A7=8D=E0=A6=AF=E0=A6=A6?= =?UTF-8?q?=E0=A7=80=E0=A6=AA=20=E0=A6=98=E0=A7=8B=E0=A6=B7=28=E0=A4=B8?= =?UTF-8?q?=E0=A5=8C=E0=A4=AE=E0=A5=8D=E0=A4=AF=E0=A4=A6=E0=A5=80=E0=A4=AA?= =?UTF-8?q?=E0=A4=83=20=E0=A4=98=E0=A5=8B=E0=A4=B7=E0=A4=83=29?= <72045785+soumyaDghosh@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:37:29 +0530 Subject: [PATCH] added link for donation --- snap/snapcraft.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7f1c82d..ea4d49c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,10 +1,11 @@ -name: tagger # you probably want to 'snapcraft register ' -base: core22 # the base snap is the execution environment for this snap +name: tagger +base: core22 adopt-info: tagger source-code: https://github.com/NickvisionApps/Tagger issues: https://github.com/NickvisionApps/Tagger/issues -grade: stable # must be 'stable' to release into candidate/stable channels -confinement: strict # use 'strict' once you have the right plugs and slots +donation: https://github.com/sponsors/nlogozzo +grade: stable +confinement: strict architectures: - build-on: amd64 - build-on: arm64