summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-07 12:46:31 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-07 12:46:31 -0700
commit52aed2f435ff400c3498bb88f24acadd8b2f6193 (patch)
tree1b14e597c004e8e924d1a80f120d2a787d272ca1 /emacs/custom
parentgit: configure forge properly (diff)
downloademacs.d-52aed2f435ff400c3498bb88f24acadd8b2f6193.tar.gz
git: remove old forge configuration
Let's use HTTPS instead of SSH for all my projects.
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/fcuny-git.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-git.el b/emacs/custom/fcuny-git.el
index 5573f70..b2671c6 100644
--- a/emacs/custom/fcuny-git.el
+++ b/emacs/custom/fcuny-git.el
@@ -83,7 +83,6 @@
   (forge-database-file (expand-file-name "forge-database-file.sqlite" fcuny/path-emacs-var))
   (auth-sources `(,(expand-file-name "authinfo.gpg" fcuny/path-emacs-etc)))
   :config
-  (add-to-list 'forge-alist '("git.fcuny.net:222" "git.fcuny.net/api/v1" "git.fcuny.net" forge-gitea-repository))
   (add-to-list 'forge-alist '("git.fcuny.net" "git.fcuny.net/api/v1" "git.fcuny.net" forge-gitea-repository)))
 
 (use-package git-link