snap_usns: fix snap configuration

Bad dictionary.

Signed-off-by: Michał Sawicz <michal@sawicz.net>
This commit is contained in:
Michał Sawicz 2024-02-05 11:33:37 +01:00 committed by Dirk Hohndel
parent 34011b4fb1
commit 2036c68972

View file

@ -27,8 +27,10 @@ RELEASE = "bionic"
TEAM = "subsurface" TEAM = "subsurface"
SOURCE_NAME = "subsurface" SOURCE_NAME = "subsurface"
SNAPS = { SNAPS = {
"subsurface": {"stable": {"recipe": "subsurface-stable"}}, "subsurface": {
"subsurface": {"candidate": {"recipe": "subsurface-candidate"}}, "stable": {"recipe": "subsurface-stable"},
"candidate": {"recipe": "subsurface-candidate"},
},
} }
STORE_URL = "https://api.snapcraft.io/api/v1/snaps" "/details/{snap}?channel={channel}" STORE_URL = "https://api.snapcraft.io/api/v1/snaps" "/details/{snap}?channel={channel}"