From: Jacob Nevins <0jacobnk.git@chiark.greenend.org.uk> Date: Sat, 18 Jan 2014 17:19:40 +0000 (+0000) Subject: Correct URL and add it to output X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~jacobn/git?p=bedbugs.git;a=commitdiff_plain;h=refs%2Fheads%2Fmaster Correct URL and add it to output --- diff --git a/Bedbugs.rule b/Bedbugs.rule index ee92bb9..3be0399 100644 --- a/Bedbugs.rule +++ b/Bedbugs.rule @@ -21,6 +21,9 @@ The smoothing algorithm comes from Ben Harris' "Bedstead" font generator, . The idea of applying it to cellular automata is due to Simon Tatham. Implementation is by Jacob Nevins. +Website: +http://www.chiark.greenend.org.uk/ucgi/~jacobn/git/bedbugs.git/ + @TABLE n_states:34 neighborhood:Moore diff --git a/src/Bedbugs.rule.template b/src/Bedbugs.rule.template index ffed743..9cf4051 100644 --- a/src/Bedbugs.rule.template +++ b/src/Bedbugs.rule.template @@ -21,6 +21,9 @@ The smoothing algorithm comes from Ben Harris' "Bedstead" font generator, . The idea of applying it to cellular automata is due to Simon Tatham. Implementation is by Jacob Nevins. +Website: +http://www.chiark.greenend.org.uk/ucgi/~jacobn/git/bedbugs.git/ + @TABLE n_states:34 neighborhood:Moore diff --git a/src/bedbugs.c b/src/bedbugs.c index 0f83648..c9e70e2 100644 --- a/src/bedbugs.c +++ b/src/bedbugs.c @@ -43,7 +43,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Website: http://www.chiark.greenend.org.uk/ucgi/~jacobn/git/bedbugs-git/ + * Website: http://www.chiark.greenend.org.uk/ucgi/~jacobn/git/bedbugs.git/ * * * This source file, bedbugs.c, is based on