diff --git a/dynamic-graph-tutorial/Makefile b/dynamic-graph-tutorial/Makefile
index cd97443d765c88746d768a76ce66b56210c57a0d..fe15f7c9a27822ca58673c464da0f2ced19f1988 100644
--- a/dynamic-graph-tutorial/Makefile
+++ b/dynamic-graph-tutorial/Makefile
@@ -1,22 +1,21 @@
-# robotpkg Makefile for:	wip/example-adder
+# robotpkg Makefile for:	wip/dynamic-graph-tutorial
 # Created:			Guilhem Saurel on Tue, 10 Jul 2018
 #
 
-ORG=				stack-of-tasks
-NAME=				dynamic-graph-tutorial
-VERSION=			1.1.1
+ORG=			stack-of-tasks
+NAME=			dynamic-graph-tutorial
+VERSION=		1.1.1
 
-PKGNAME=			${NAME}-${VERSION}
-DISTNAME=			${NAME}-${VERSION}
+DISTNAME=		${NAME}-${VERSION}
 
-MASTER_SITES=		${MASTER_SITE_GITHUB:=${ORG}/${NAME}/releases/download/v${VERSION}/}
-MASTER_REPOSITORY=	${MASTER_REPOSITORY_GITHUB}/${ORG}/${NAME}
-CHECKOUT_VCS_OPTS=	--recursive
+MASTER_SITES=		${MASTER_SITE_OPENROBOTS:=${NAME}/}
+MASTER_REPOSITORY=	${MASTER_REPOSITORY_GITHUB}/${ORG}/${NAME}.git
+CHECKOUT_VCS_OPTS+=	--recursive
 
-CATEGORIES=			wip
-COMMENT=			Tutorial for the dynamic-graph
-MAINTAINER=			gsaurel@laas.fr
-LICENSE=			2-clause-bsd
+CATEGORIES=		wip
+COMMENT=		Tutorial for the dynamic-graph
+LICENSE=		2-clause-bsd
+MAINTAINER=		gepetto-soft@laas.fr
 
 CMAKE_ARGS+=		-DBUILD_PYTHON_INTERFACE=OFF