summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/go-errors/go-errors_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/go-errors/go-errors_git.bb b/recipes-containers/go-errors/go-errors_git.bb
index 7c44c636..56071ad3 100644
--- a/recipes-containers/go-errors/go-errors_git.bb
+++ b/recipes-containers/go-errors/go-errors_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Simple error handling primitives" 1DESCRIPTION = "Simple error handling primitives"
2HOMEPAGE = "https://github.com/pkg/errors" 2HOMEPAGE = "https://github.com/pkg/errors"
3SECTION = "devel/go" 3SECTION = "devel/go"
4LICENSE = "BSD" 4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=6fe682a02df52c6653f33bd0f7126b5a" 5LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=6fe682a02df52c6653f33bd0f7126b5a"
6 6
7SRCNAME = "errors" 7SRCNAME = "errors"