aboutsummaryrefslogtreecommitdiffstats
path: root/oni/packages/emacs.scm
diff options
context:
space:
mode:
Diffstat (limited to 'oni/packages/emacs.scm')
-rw-r--r--oni/packages/emacs.scm8
1 files changed, 4 insertions, 4 deletions
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.")