diff --git a/src/new.rs b/src/new.rs
index ba625b1387cc5fc9f2783deee62d9800425967bf..59344e088f40184797ec9bb1a0729860f395a409 100644
--- a/src/new.rs
+++ b/src/new.rs
@@ -18,7 +18,7 @@ pub struct Opts {
}
const PIP_MPU_TEMPLATE_PATH: &str =
- "https://gitlab.univ-lille.fr/2xs/pip/pip-mpu-armv7-template.git";
+ "https://gitlab.univ-lille.fr/2xs/pip/troll-template.git";
pub fn generate(opts: Opts) -> Result<()> {
let crate_name = match opts.crate_name {