From c01d3cb4185acbe9b1653d7332dc193d92355c52 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 27 Jan 2024 14:20:42 +0100 Subject: [PATCH] pkgs/README.md: Fix formatting (#284244) --- pkgs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/README.md b/pkgs/README.md index f614f1f72976..963e58a16fe9 100644 --- a/pkgs/README.md +++ b/pkgs/README.md @@ -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.