mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 3 additions and 2 deletions
|
@ -3258,8 +3258,9 @@ (define-public stagit
|
|||
(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…
Reference in a new issue