Skip to content

Commit 5005679

Browse files
authored
Merge pull request #2552 from JD557/patch-2
Fix list of licenses URL
2 parents a4ec1c5 + 4f869b1 commit 5005679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/cli/src/main/scala/scala/cli/commands/package0/PackagerOptions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ final case class PackagerOptions(
6161
identifier: Option[String] = None,
6262
@Group(HelpGroup.RedHat.toString)
6363
@HelpMessage(
64-
"Licenses that are supported by the repository (list of licenses: https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing)"
64+
"Licenses that are supported by the repository (list of licenses: https://spdx.org/licenses/)"
6565
)
6666
@Tag(tags.restricted)
6767
license: Option[String] = None,

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ CF Bundle Identifier
840840

841841
### `--license`
842842

843-
Licenses that are supported by the repository (list of licenses: https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing)
843+
Licenses that are supported by the repository (list of licenses: https://spdx.org/licenses/)
844844

845845
### `--release`
846846

0 commit comments

Comments
 (0)