fix: Update git repo and homepage urls
I switched from using Forgejo back to using cgit, and the urls have changed.
This commit is contained in:
parent
fc494ab25b
commit
2f8d342c5e
6 changed files with 10 additions and 10 deletions
|
@ -23,13 +23,13 @@
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://code.ryuslash.org/ryuslash/emacs-config.git")
|
||||
(url "git://code.ryuslash.org/emacs-config.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0lqh3qblhlbps6742w3wv3c7nlv3mipi1cjfcbw1i3b8bsc2c6rv"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://code.ryuslash.org/ryuslash/emacs-config")
|
||||
(home-page "https://code.ryuslash.org/emacs-config/about/")
|
||||
(synopsis "My Emacs configuration")
|
||||
(description "This package provides my configuration for emacs")
|
||||
(license license:gpl3+))))
|
||||
|
|
|
@ -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.")
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
(source
|
||||
(origin
|
||||
(uri (git-reference
|
||||
(url "https://code.ryuslash.org/ryuslash/inbox-size.git")
|
||||
(url "git://code.ryuslash.org/util/tom/inbox-size.git")
|
||||
(commit commit)))
|
||||
(method git-fetch)
|
||||
(sha256
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://code.ryuslash.org/ryuslash/guile-inkplate/")
|
||||
(url "git://code.ryuslash.org/guile-inkplate/")
|
||||
(commit "27cbc844dee8f9f9b8a0a175f7ebf005cb205046")))
|
||||
(file-name "guile-inkplate-0.1-checkout")
|
||||
(sha256 (base32 "00qx2d16xma19myq4lla3gnq8rljsqbns53ma5hwamkyvwwyd55s"))))
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
(source
|
||||
(origin
|
||||
(uri (git-reference
|
||||
(url "https://code.ryuslash.org/ryuslash/mpd-notify.git")
|
||||
(url "git://code.ryuslash.org/util/tom/mpd-notify.git")
|
||||
(commit commit)))
|
||||
(method git-fetch)
|
||||
(sha256
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
(source
|
||||
(origin
|
||||
(uri (git-reference
|
||||
(url "https://code.ryuslash.org/ryuslash/inkplate-display.git")
|
||||
(url "git://code.ryuslash.org/util/tom/inkplate-display.git")
|
||||
(commit commit)))
|
||||
(method git-fetch)
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue