summaryrefslogtreecommitdiff
path: root/cider-profile.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-02-08 11:53:52 +0700
committerBozhidar Batsov <bozhidar@batsov.com>2018-02-08 11:53:52 +0700
commit810a5293c41a4475411c17544c16a1a8f815d58d (patch)
treed3b4efddef06191e4527c269dfd82d5b5d3deac1 /cider-profile.el
parentf43eda2fd14d355cd914a6f737641a508655a1e5 (diff)
Acknowledge Edwin for his work on nrepl-profile
Diffstat (limited to 'cider-profile.el')
-rw-r--r--cider-profile.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cider-profile.el b/cider-profile.el
index cbba8058..27b9f353 100644
--- a/cider-profile.el
+++ b/cider-profile.el
@@ -1,6 +1,6 @@
;;; cider-profile.el --- CIDER support for thunknyc/profile
-;; Copyright © 2015-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
+;; Copyright © 2014-2018 Edwin Watkeys and CIDER contributors
;; Author: Juan E. Maya <jmayaalv@gmail.com>
@@ -20,6 +20,7 @@
;;; Commentary:
;; Provides coarse-grained interactive profiling support.
+;; Based on earlier work by Edwin Watkeys (https://github.com/thunknyc/nrepl-profile).
;;; Code: