We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d488f7 commit 3398588Copy full SHA for 3398588
pkg/consts/consts.go
@@ -113,6 +113,6 @@ var AppsRegistry = map[string]string{
113
"photos": "git://github.com/cozy/cozy-drive.git#latest-photos",
114
"settings": "git://github.com/cozy/cozy-settings.git#latest",
115
"collect": "git://github.com/cozy/cozy-collect.git#latest",
116
- "banks": "git://gitlab.cozycloud.cc/labs/cozy-bank.git#latest",
+ "banks": "git://github.com/cozy/cozy-banks.git#latest",
117
"contacts": "git://github.com/cozy/cozy-contacts.git#latest",
118
}
0 commit comments