Skip to content

Commit 510e040

Browse files
authored
Add django-fsm-2 repo (#40)
1 parent 33c7b22 commit 510e040

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

terraform/production/repositories.tfvars

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ repositories = {
6363
members = []
6464
}
6565

66+
"django-fsm-2" = {
67+
description = "Django friendly finite state machine support"
68+
homepage_url = "https://github.com/django-commons/django-fsm-2"
69+
allow_merge_commit = true
70+
admins = [
71+
"pfouque",
72+
"natim",
73+
]
74+
committers = []
75+
members = []
76+
}
77+
78+
6679
"playground2" = {
6780
description = "Tests"
6881

0 commit comments

Comments
 (0)