Skip to content

Commit

Permalink
Merge pull request #25 from akirak/rebase-akirak
Browse files Browse the repository at this point in the history
Rebase onto upstream
  • Loading branch information
akirak authored Jan 26, 2024
2 parents 9964097 + 65bd5aa commit 7ab8efb
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion recipes/auto-rename-tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(auto-rename-tag :repo "jcs-elpa/auto-rename-tag" :fetcher github)
(auto-rename-tag :repo "emacs-vs/auto-rename-tag" :fetcher github)
4 changes: 4 additions & 0 deletions recipes/base32
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(base32
:fetcher gitlab
:files ("base32.el")
:repo "fledermaus/totp.el")
2 changes: 2 additions & 0 deletions recipes/clay
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(clay :fetcher github
:repo "scicloj/clay.el")
4 changes: 4 additions & 0 deletions recipes/ebdb-mua-sidecar
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(ebdb-mua-sidecar
:fetcher sourcehut
:repo "swflint/emacs-universal-sidecar"
:files ("ebdb-mua-sidecar.el"))
1 change: 0 additions & 1 deletion recipes/feather

This file was deleted.

2 changes: 2 additions & 0 deletions recipes/flymake-eldev
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(flymake-eldev :repo "emacs-eldev/flymake-eldev"
:fetcher github)
2 changes: 1 addition & 1 deletion recipes/htmltagwrap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(htmltagwrap :repo "jcs-elpa/htmltagwrap" :fetcher github)
(htmltagwrap :repo "emacs-vs/htmltagwrap" :fetcher github)
2 changes: 1 addition & 1 deletion recipes/srefactor
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(srefactor :fetcher github :repo "emacsattic/semantic-refactor")
(srefactor :fetcher github :repo "tuhdo/semantic-refactor")
4 changes: 1 addition & 3 deletions recipes/stickyfunc-enhance
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
(stickyfunc-enhance
:fetcher github
:repo "emacsattic/semantic-stickyfunc-enhance")
(stickyfunc-enhance :fetcher github :repo "tuhdo/semantic-stickyfunc-enhance")
4 changes: 4 additions & 0 deletions recipes/totp-auth
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(totp-auth
:fetcher gitlab
:files (:defaults (:exclude "base32.el"))
:repo "fledermaus/totp.el")
4 changes: 4 additions & 0 deletions recipes/universal-sidecar-citeproc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(universal-sidecar-citeproc
:fetcher sourcehut
:repo "swflint/emacs-universal-sidecar"
:files ("universal-sidecar-citeproc.el"))
2 changes: 1 addition & 1 deletion recipes/xwidgete
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(xwidgete :fetcher github :repo "emacsattic/xwidgete")
(xwidgete :fetcher github :repo "tuhdo/xwidgete")
1 change: 1 addition & 0 deletions recipes/youdotcom
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(youdotcom :repo "SamuelVanie/youdotcom.el" :fetcher github)

0 comments on commit 7ab8efb

Please sign in to comment.