This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit ae000416bf80a3a2748168c3ad0e08790567ec71 Author: Alexandre Detiste <[email protected]> Date: Fri Aug 21 20:18:58 2015 +0200 hugo: fix gameid --- data/hugo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/hugo.yaml b/data/hugo.yaml index 9767f42..9c31ba0 100644 --- a/data/hugo.yaml +++ b/data/hugo.yaml @@ -7,7 +7,7 @@ packages: hugo1-data: longname: "Hugo's House of Horrors" copyright: © 1990 Gray Design Associates - gameid: hugo1-win + gameid: hugo1 gog: url: the_hugo_trilogy install: @@ -23,7 +23,7 @@ packages: hugo2-data: longname: "Hugo II, Whodunit?" copyright: © 1991 Gray Design Associates - gameid: hugo2-win + gameid: hugo2 gog: url: the_hugo_trilogy install: @@ -39,7 +39,7 @@ packages: hugo3-data: longname: "Hugo III, Jungle of Doom!" copyright: © 1992 Gray Design Associates - gameid: hugo3-win + gameid: hugo3 gog: url: the_hugo_trilogy install: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

