From e94bc6ffaae635166a4bae6ef53ce6274f9ae40b Mon Sep 17 00:00:00 2001 From: tengattack Date: Mon, 20 Dec 2021 13:32:25 +0800 Subject: [PATCH] Update website for Snap --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 86c60c4..dd7d134 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -2,7 +2,7 @@ name: certbot-dns-dnspod summary: DNSPod DNS Authenticator plugin for Certbot version: '0.24.1' description: A certbot dns plugin to obtain certificates using dnspod. For information on how to set up, go to the GitHub page. -website: https://github.com/ericzhang456/certbot-dns-dnspod # TODO (after merge): change url to https://github.com/tengattack/certbot-dns-dnspod +website: https://github.com/tengattack/certbot-dns-dnspod license: Apache-2.0 confinement: strict grade: stable @@ -20,8 +20,8 @@ parts: snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"` build-environment: - PIP_CONSTRAINT: $SNAPCRAFT_PART_SRC/snap-constraints.txt - - SNAP_BUILD: "True" - requirements: + - SNAP_BUILD: "True" + requirements: - snap-requirements.txt build-packages: - gcc