From 95ea61e048495d3d137a8e97a1ff97660964317e Mon Sep 17 00:00:00 2001 From: Matthew Gretton-Dann Date: Wed, 11 Sep 2024 17:25:21 +0100 Subject: [PATCH] Update README.md following move of Git repo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77bfec9..bd2cde4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ the [Advent of Code](https://adventofcode.com) puzzles. All solutions are written in C++. The solutions aren't designed to be nice or pretty. Instead, I am using it as an experiment in understanding how I approach solving problems. -The solutions are authored by Matthew Gretton-Dann, and Copyright 2020-2021, Matthew Gretton-Dann. +The solutions are authored by Matthew Gretton-Dann, and Copyright 2020-204, Matthew Gretton-Dann. + Licensed under Apache 2.0 - see [license](./LICENSE). ## Getting the sources @@ -13,7 +14,7 @@ Licensed under Apache 2.0 - see [license](./LICENSE). To get the sources clone from git as follows: ```sh -git clone https://github.com/matt-gretton-dann/advent-of-code/ +git clone https://gitea.gretton-dann.synology.me/mgrettondann/advent-of-code.git ``` ## Build requirements