Skip to content

Commit 21fa0ef

Browse files
authored
fix: BSD-2-Clause license URL
Updated the URL for the BSD-2-Clause license to the correct link.
1 parent e6c4038 commit 21fa0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/SbomPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class SbomPlugin implements Plugin<Project> {
6767
],
6868
'BSD-2-Clause': [
6969
id : 'BSD-2-Clause',
70-
url: 'https://opensource.org/license/bsd-3-clause/'
70+
url: 'https://opensource.org/license/bsd-2-clause/'
7171
],
7272
'BSD-3-Clause': [
7373
id : 'BSD-3-Clause',

0 commit comments

Comments
 (0)