aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp/my/my-github.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/lisp/my/my-github.el')
-rw-r--r--emacs/.emacs.d/lisp/my/my-github.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/.emacs.d/lisp/my/my-github.el b/emacs/.emacs.d/lisp/my/my-github.el
index dfa159a..45adcf6 100644
--- a/emacs/.emacs.d/lisp/my/my-github.el
+++ b/emacs/.emacs.d/lisp/my/my-github.el
@@ -40,10 +40,6 @@ License; name; description; homepage; created at"
(my-delete-http-header)
(my-grok-github-make-info (json-read)))))
-(defun my-post-process-licensing-name (name)
- (cond ((equal name "MIT") "expat")
- (t name)))
-
(defun my-grok-github-make-info (raw)
(list (cons "Title" (alist-get 'name raw))
(cons "Description" (alist-get 'description raw))