diff options
author | Leo Famulari <leo@famulari.name> | 2019-08-20 15:26:14 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-10-29 11:03:13 -0400 |
commit | 7273a5dee4ad5ab603bbfd734565f9b08d8b8d7f (patch) | |
tree | fa7e9dfadedb28372a60530caf1caad7454f3cf7 /gnu | |
parent | 491d07cccb6939e6bdc91c5f8c66f0c7dc242890 (diff) | |
download | guix-7273a5dee4ad5ab603bbfd734565f9b08d8b8d7f.tar guix-7273a5dee4ad5ab603bbfd734565f9b08d8b8d7f.tar.gz |
gnu: go-github-com-chmduquesne-rollinghash: Remove extraneous comment.
* gnu/packages/syncthing.scm (go-github-com-chmduquesne-rollinghash):
Remove comment.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/syncthing.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 9983d81ae5..9cbf1cf032 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -642,9 +642,6 @@ inherent errors.") (home-page "https://github.com/vitrun/qart") (license bsd-3)))) -;; XXX Syncthing actually imports 'github.com/chmduquesne/rollinghash/adler32'. -;; Normally we'd package this module indpendenctly but the adler32 module itself -;; imports 'github.com/chmduquesne/rollinghash/', so this is the easy way out. (define-public go-github-com-chmduquesne-rollinghash (let ((commit "a60f8e7142b536ea61bb5d84014171189eeaaa81") (revision "0")) |