pkgs/README.md: Fix formatting (#284244)

This commit is contained in:
Fabian Affolter 2024-01-27 14:20:42 +01:00 committed by GitHub
parent 2f9a61cad7
commit c01d3cb418
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -348,7 +348,7 @@ There are a few naming guidelines:
- The `pname` and the `version` attribute _must not_ contain uppercase letters — e.g., `"mplayer" instead of `"MPlayer"`.
- The `version` attribute _must_ start with a digit e.g`"0.3.1rc2".
- The `version` attribute _must_ start with a digit e.g., `"0.3.1rc2"`.
- If a package is a commit from a repository without a version assigned, then the `version` attribute _should_ be the latest upstream version preceding that commit, followed by `-unstable-` and the date of the (fetched) commit. The date _must_ be in `"YYYY-MM-DD"` format.