Fix emacs-oni-config url and hash
This commit is contained in:
parent
43f9c3e440
commit
b4cfc19304
1 changed files with 3 additions and 3 deletions
|
@ -20,13 +20,13 @@
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~ryuslash/emacs-config")
|
||||
(url "https://code.ryuslash.org/ryuslash/emacs-config.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "03kn9yf6hknlmyyc4zxdg2hp92bq2kjlzvnlbrb07vfmbnkxyk14"))))
|
||||
(base32 "018lzrzb46s356wr8by8ppmb3y1n5x8mr90ybjmpgwm1mz853pz8"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://sr.ht/~ryuslash/dotfiles/")
|
||||
(home-page "https://code.ryuslash.org/ryuslash/emacs-config")
|
||||
(synopsis "My Emacs configuration")
|
||||
(description "This package provides my configuration for emacs")
|
||||
(license license:gpl3+))))
|
||||
|
|
Loading…
Reference in a new issue