diff --git a/.bashrc-reit b/.bashrc-reit
index 4c0acb5226bd8a4b1893420d230774126d80c50b..b3144e7862e3ea910b5e2337ed5932be2f49012d 100644
--- a/.bashrc-reit
+++ b/.bashrc-reit
@@ -6,7 +6,7 @@ fi
 
 alias reit='echo "Hi, from the Research Engineering and Infrastructure Team!!!"'
 alias reit-update='wget https://gitlab.ewi.tudelft.nl/reit/shell-config/-/raw/main/.bashrc-reit?ref_type=heads -O ~/.bashrc-reit'
-alias reit-create-new-python-package='uvx copier copy git+https://gitlab.ewi.tudelft.nl/reit/reit-python-package-template'
+alias reit-create-new-python-package='uvx copier copy git+https://gitlab.ewi.tudelft.nl/reit/python-package-template'
 
 # Alias
 alias ll='ls -alF'