diff options
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 87bd331430..af6091a249 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -7779,9 +7779,9 @@ Go.") (description "Go library for ini files") (license license:asl2.0))) -(define-public go-gopkg-in-natefinch-lumberjack.v2 +(define-public go-gopkg-in-natefinch-lumberjack-v2 (package - (name "go-gopkg-in-natefinch-lumberjack.v2") + (name "go-gopkg-in-natefinch-lumberjack-v2") (version "2.1") (source (origin |