diff --git a/bob/devtools/templates/conda/meta.yaml b/bob/devtools/templates/conda/meta.yaml
index 3106e67254d204fd5341cb05a2f6289e582177ba..c5f17a28111eaa3164d891f9f877999e02f8d8b6 100644
--- a/bob/devtools/templates/conda/meta.yaml
+++ b/bob/devtools/templates/conda/meta.yaml
@@ -52,7 +52,7 @@ test:
 
 about:
   summary: (( title ))
-  home: https://www.idiap.ch/software/{{ group }}/
+  home: https://www.idiap.ch/software/(( group ))/
   license: (% if license == 'gplv3' %)GNU General Public License v3 (GPLv3)(% else %)BSD 3-Clause(% endif %)
   license_family: (% if license == 'gplv3' %)GPL(% else %)BSD(% endif %)
   license_file: (% if license == 'gplv3' %)../COPYING(% else %)../LICENSE(% endif %)