Skip to content

Commit a9cf805

Browse files
classabbyampthe-maldridge
authored andcommitted
repos.tf: add netauth-python repo
1 parent 6f05e84 commit a9cf805

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

repos.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,17 @@ locals {
130130
]
131131
}
132132

133+
netauth-python = {
134+
description = "NetAuth client library for Python"
135+
homepage_url = "https://python.netauth.org"
136+
teams = ["core-dev", "python-dev"]
137+
topics = [
138+
"secure-access",
139+
"authentication-service",
140+
"python",
141+
]
142+
}
143+
133144
###########
134145
# Plugins #
135146
###########

0 commit comments

Comments
 (0)