aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projectile.el4
-rw-r--r--test/projectile-test.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/projectile.el b/projectile.el
index 291f077..33571d3 100644
--- a/projectile.el
+++ b/projectile.el
@@ -1,8 +1,8 @@
;;; projectile.el --- Manage and navigate projects in Emacs easily -*- lexical-binding: t -*-
-;; Copyright © 2011-2021 Bozhidar Batsov <bozhidar@batsov.com>
+;; Copyright © 2011-2021 Bozhidar Batsov <bozhidar@batsov.dev>
-;; Author: Bozhidar Batsov <bozhidar@batsov.com>
+;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
;; URL: https://github.com/bbatsov/projectile
;; Keywords: project, convenience
;; Version: 2.5.0
diff --git a/test/projectile-test.el b/test/projectile-test.el
index eb582d0..8f2c84c 100644
--- a/test/projectile-test.el
+++ b/test/projectile-test.el
@@ -2,7 +2,7 @@
;; Copyright © 2011-2021 Bozhidar Batsov
-;; Author: Bozhidar Batsov <bozhidar@batsov.com>
+;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
;; This file is NOT part of GNU Emacs.