drop the '.git' from uris
This commit is contained in:
parent
7355517172
commit
6abceecb48
9 changed files with 12 additions and 12 deletions
|
@ -33,7 +33,7 @@
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Obsidian-StudiosInc/ecrire.git")
|
||||
(url "https://github.com/Obsidian-StudiosInc/ecrire")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.enlightenment.org/apps/equate.git")
|
||||
(url "https://git.enlightenment.org/apps/equate")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.enlightenment.org/apps/eterm.git")
|
||||
(url "https://git.enlightenment.org/apps/eterm")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/girst/minesviiper.git")
|
||||
(url "https://github.com/girst/minesviiper")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/girst/solvitaire.git")
|
||||
(url "https://github.com/girst/solvitaire")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
(base32
|
||||
"00slyi0aw03cp5s4c1xhavn9i1gz7d6d4cmv0g0dd3nx7m1ba3y0"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://gitlab.com/ukaszg/aria2.git")
|
||||
(home-page "https://gitlab.com/ukaszg/aria2")
|
||||
(synopsis "Major mode for controlling aria2")
|
||||
(description "This is aria2, a major mode for controlling aria2c downloader
|
||||
|
||||
|
@ -57,10 +57,10 @@ This mode tries to work well with evil-mode, just set aria2-add-evil-quirks to t
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/LdBeth/aria2.el.git")
|
||||
(url "https://github.com/LdBeth/aria2.el")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i4iggk8n56ln0blrilpbwp95ayr11ayxyxypna0nx2yyv86pj50"))))
|
||||
(home-page "https://github.com/LdBeth/aria2.el.git"))))
|
||||
(home-page "https://github.com/LdBeth/aria2.el"))))
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.enlightenment.org/apps/express.git")
|
||||
(url "https://git.enlightenment.org/apps/express")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/lumina-desktop/lumina.git")
|
||||
(url "https://github.com/lumina-desktop/lumina")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/enkiv2/fern.git")
|
||||
(url "https://github.com/enkiv2/fern")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -167,7 +167,7 @@ news readers & pine, with an emphasis on getting to 'timeline zero'.")
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/bleakgrey/tootle.git")
|
||||
(url "https://github.com/bleakgrey/tootle")
|
||||
(commit version)))
|
||||
;(commit "d8fc951fb0c0c0f85a3869c6abfc79b2c3d83215")))
|
||||
(file-name (git-file-name name version))
|
||||
|
|
Loading…
Reference in a new issue