diff -r ca0322db584f -r 13e40098fffc samples/samples.mk --- a/samples/samples.mk Sun Oct 16 21:48:10 2011 +0200 +++ b/samples/samples.mk Mon Apr 16 15:25:36 2012 +0200 @@ -90,8 +90,8 @@ @echo '***********************************************************' @echo $(SILENT)( . $(call sample_dir,$@)/reported.by; \ - echo "Initially reported by: $${reporter_name:-Yann E. MORIN}"; \ - echo "URL: $${reporter_url:-http://ymorin.is-a-geek.org/}"; \ + echo "Initially reported by: $${reporter_name}"; \ + echo "URL: $${reporter_url}"; \ if [ -n "$${reporter_comment}" ]; then \ echo ; \ echo "Comment:"; \