diff options
-rw-r--r-- | .mailmap | 1 | ||||
-rw-r--r-- | bog-tests.el | 2 | ||||
-rw-r--r-- | bog.el | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..e20438f --- /dev/null +++ b/.mailmap @@ -0,0 +1 @@ +<basil@contovou.net> <contovob@tcd.ie> diff --git a/bog-tests.el b/bog-tests.el index 01c7f08..066c05f 100644 --- a/bog-tests.el +++ b/bog-tests.el @@ -1,7 +1,7 @@ ;;; bog-tests.el --- Tests for Bog -*- lexical-binding: t -*- ;; Copyright (C) 2013-2016 Kyle Meyer <kyle@kyleam.com> -;; Copyright (C) 2020 Basil L. Contovounesios <contovob@tcd.ie> +;; Copyright (C) 2020 Basil L. Contovounesios <basil@contovou.net> ;; Author: Kyle Meyer <kyle@kyleam.com> @@ -1,7 +1,7 @@ ;;; bog.el --- Extensions for research notes in Org mode -*- lexical-binding: t -*- ;; Copyright (C) 2013-2016 Kyle Meyer <kyle@kyleam.com> -;; Copyright (C) 2020-2023 Basil L. Contovounesios <contovob@tcd.ie> +;; Copyright (C) 2020-2023 Basil L. Contovounesios <basil@contovou.net> ;; Author: Kyle Meyer <kyle@kyleam.com> ;; URL: https://github.com/kyleam/bog |