diff options
author | Leo Famulari <leo@famulari.name> | 2019-10-28 13:19:47 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-10-29 11:03:13 -0400 |
commit | e53f9ce2df774dc28c9cd1a7865ad75df15379d8 (patch) | |
tree | b3b5590ee68bcefd8885bf288451333f9363f1fb /gnu/packages | |
parent | 9642446ccd90979e0a8b92b1c97222164239ca39 (diff) | |
download | patches-e53f9ce2df774dc28c9cd1a7865ad75df15379d8.tar patches-e53f9ce2df774dc28c9cd1a7865ad75df15379d8.tar.gz |
gnu: go-github-com-wtolson-go-taglib: Update comment.
* gnu/packages/golang.scm (go-github-com-wtolson-go-taglib): Update
comment.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 5278055e38..e3b22c13a2 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1779,7 +1779,7 @@ and lookup requests. Browse requests are not supported yet.") ("taglib" ,taglib))) (arguments `(#:import-path "github.com/wtolson/go-taglib" - ;; Tests don't pass "vet" on go-1.11. See + ;; Tests don't pass "vet" on Go since 1.11. See ;; https://github.com/wtolson/go-taglib/issues/12. #:phases (modify-phases %standard-phases |