-
Notifications
You must be signed in to change notification settings - Fork 0
/
awala_desktop.tf
29 lines (24 loc) · 987 Bytes
/
awala_desktop.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module "awala_gateway_desktop" {
source = "relaycorp/oss-project/github"
version = "2.14.0"
name = "awala-gateway-desktop"
description = "Awala Gateway for Desktop"
homepage_url = "https://awala.network/users/download"
licence = "gplv3"
topics = ["awala", "awala-gateway", "windows", "linux", "macos"]
main_branch = "master"
ci_contexts = ["pr-ci / semantic-pr-title", "ci-ubuntu-latest", "ci-macos-latest", "ci-windows-latest"]
support_releases = false
pages_enabled = false
}
module "awala_ping_desktop" {
source = "relaycorp/oss-project/github"
version = "2.14.0"
name = "awala-ping-desktop"
description = "Awala Ping for Desktop"
homepage_url = "https://www.npmjs.com/package/@relaycorp/awala-ping"
licence = "gplv3"
topics = ["awala", "awala-service-ping", "windows", "linux", "macos"]
ci_contexts = ["ci-ubuntu-latest", "ci-macos-latest", "ci-windows-latest"]
pages_enabled = false
}