diff --git a/example-build.sh b/example-build.sh
index c7ce49820342af5a94e1888aa4dc4af1593bf2da..06ac62461246e226114e86e0f51e719d1a4d4e18 100755
--- a/example-build.sh
+++ b/example-build.sh
@@ -5,7 +5,7 @@ IFS=$'\n\t'
 
 # Build
 export NODE_ENV=production
-meteor add rocketchat:internal-hubot meteorhacks:kadira
+meteor add rocketchat:internal-hubot
 meteor build --server https://demo.rocket.chat --directory /var/www/rocket.chat
 
 # Run