diff --git a/docs/packaging/package.yml.md b/docs/packaging/package.yml.md index a1828b914..d9aa5e52b 100644 --- a/docs/packaging/package.yml.md +++ b/docs/packaging/package.yml.md @@ -54,7 +54,7 @@ Not all fields in `package.yml` are mandatory, but a small selection are. Below | **name** | `string` | The name of the package. This is also used as the base of all sub-package names. Unless unavoidable, this should match the upstream name. | | **version** | `string` | The version of the currently packaged software. This is taken from the tarball in most cases. | | **release** | `integer` | Specifies the current release number. Updates in the package number are based on this `release` number, _not_ the `version` number. As such, to release an update to users, this number must be incremented by one. | -| **source** | `dict(s)` | See [source key](/docs/packaging/package.yml#source-key) below. | +| **source** | `dict(s)` | See [source key](/docs/packaging/package.yml#source-key) below. | | **homepage** | `string` | Provides a link to the package's homepage, used in the Software Center. | | **license** | `string(s)` | Valid upstream license(s). Try to ensure these use [SPDX identifiers](https://spdx.org/licenses/). | | **summary** | `string` | Brief package summary, or display name. | diff --git a/docs/user/software/desktops/index.md b/docs/user/software/desktops/index.md index fe77a205d..71dd7d74b 100644 --- a/docs/user/software/desktops/index.md +++ b/docs/user/software/desktops/index.md @@ -89,4 +89,3 @@ sudo eopkg install labwc Labwc expects users to do some configuration, refer to the [Labwc wiki](https://labwc.github.io/) For more information about stacking window managers, click [here](https://en.wikipedia.org/wiki/Stacking_window_manager) -