From 2b169cf1a949b5b773b4ee6a60eba768ee3afb79 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 9 Sep 2023 23:41:36 +1000 Subject: [emacs] Adding a client to forgejo/codeberg --- emacs/.emacs.d/lisp/my/my-github.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'emacs/.emacs.d/lisp/my/my-github.el') 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)) -- cgit v1.2.3