aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp/my/my-github.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-09-09 23:41:36 +1000
committerYuchen Pei <id@ypei.org>2023-09-09 23:42:20 +1000
commit2b169cf1a949b5b773b4ee6a60eba768ee3afb79 (patch)
treea54a09250c33eb0b20eb24e960316e96957351ed /emacs/.emacs.d/lisp/my/my-github.el
parent303e51b3e070e30b7e7eed930ef12a7af4498ee8 (diff)
[emacs] Adding a client to forgejo/codeberg
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))