Skip to content

Commit

Permalink
Fix link to SPDX specification
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored and rjbou committed Nov 9, 2021
1 parent 313597b commit 219c78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pages/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ files.

- <a id="opamfield-license">`license: [ <string> ... ]`</a>:
The SPDX expression of the license(s) under which the source software is available
(see http://spdx.org/licenses/). The [SPDX standard](https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/) allows to define custom licenses if necessary using the `LicenseRef-your-custom-name` syntax (e.g. `license: "LicenseRef-My-Custom-Non-Commercial-License"`).
(see http://spdx.org/licenses/). The [SPDX standard](https://spdx.github.io/spdx-spec/SPDX-license-expressions/) allows to define custom licenses if necessary using the `LicenseRef-your-custom-name` syntax (e.g. `license: "LicenseRef-My-Custom-Non-Commercial-License"`).

- <a id="opamfield-homepage">`homepage: [ <string> ... ]`</a>,
<a id="opamfield-doc">`doc: [ <string> ... ]`</a>,
Expand Down

0 comments on commit 219c78a

Please sign in to comment.