gnu: stagit: Add a comment for source.
* gnu/packages/version-control.scm (stagit): Add comment for why use git protocol. Change-Id: I748a85e252f6ad9f4de444bd176c5ad2b5f1023c
This commit is contained in:
parent
b40c808f96
commit
2a64eb8064
@ -3258,8 +3258,9 @@ a built-in wiki, built-in file browsing, built-in tickets system, etc.")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "git://git.codemadness.org/stagit")
|
||||
(commit version)))
|
||||
;; NOTE: It can only be cloned using the git protocol
|
||||
(url "git://git.codemadness.org/stagit")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
Loading…
x
Reference in New Issue
Block a user