Commit e94bc6ff authored by tengattack's avatar tengattack

Update website for Snap

parent 257c9a75
...@@ -2,7 +2,7 @@ name: certbot-dns-dnspod ...@@ -2,7 +2,7 @@ name: certbot-dns-dnspod
summary: DNSPod DNS Authenticator plugin for Certbot summary: DNSPod DNS Authenticator plugin for Certbot
version: '0.24.1' 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. 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 license: Apache-2.0
confinement: strict confinement: strict
grade: stable grade: stable
...@@ -20,8 +20,8 @@ parts: ...@@ -20,8 +20,8 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"` snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment: build-environment:
- PIP_CONSTRAINT: $SNAPCRAFT_PART_SRC/snap-constraints.txt - PIP_CONSTRAINT: $SNAPCRAFT_PART_SRC/snap-constraints.txt
- SNAP_BUILD: "True" - SNAP_BUILD: "True"
requirements: requirements:
- snap-requirements.txt - snap-requirements.txt
build-packages: build-packages:
- gcc - gcc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment