Skip to content

Commit

Permalink
Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder committed Mar 14, 2024
1 parent 81075ba commit 64fda3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/packaging/package.yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
1 change: 0 additions & 1 deletion docs/user/software/desktops/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 64fda3d

Please sign in to comment.