From 2f8d342c5e90f9c4306321ed98c17339a90a5a2b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 19 Apr 2024 23:00:15 -0700 Subject: fix: Update git repo and homepage urls I switched from using Forgejo back to using cgit, and the urls have changed. --- oni/packages/emacs.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'oni/packages/emacs.scm') diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm index 3d6d721..591a32a 100644 --- a/oni/packages/emacs.scm +++ b/oni/packages/emacs.scm @@ -215,14 +215,14 @@ custom pairs?)") (source (origin (uri (git-reference - (url "https://code.ryuslash.org/ryuslash/eshell-fringe-status.git") + (url "git://code.ryuslash.org/eshell-fringe-status.git") (commit commit))) (method git-fetch) (file-name (git-file-name name version)) (sha256 (base32 "0frx1lc0rf6p01m5gjyaazl64f839856qn88v263rdls5rpncmz9")))) (build-system emacs-build-system) - (home-page "https://code.ryuslash.org/ryuslash/eshell-fringe-status") + (home-page "https://code.ryuslash.org/eshell-fringe-status") (synopsis "Show last status in fringe") (description "Show last status in fringe") (license license:gpl3+)))) @@ -630,14 +630,14 @@ faster and I highly recommend its usage if your Emacs version permits.") (source (origin (uri (git-reference - (url "https://code.ryuslash.org/ryuslash/yoshi-theme.git") + (url "git://code.ryuslash.org/yoshi-theme.git") (commit commit))) (method git-fetch) (file-name (git-file-name name version)) (sha256 (base32 "0bb5mf194iw72w7zcvs9jmlxx5ngvslx5i6c6rna9bj3y0zm8jlb")))) (build-system emacs-build-system) - (home-page "https://code.ryuslash.org/ryuslash/yoshi-theme") + (home-page "https://code.ryuslash.org/yoshi-theme") (synopsis "Emacs theme named after my cat") (description "My cat is named Yoshi and I was just working on a random new theme, which was new-theme for a while. I couldn't think of a name so I named it after him.") -- cgit v1.2.3-54-g00ecf