From dbb1854400c70e96af6ea057aa088013e9f57e98 Mon Sep 17 00:00:00 2001 From: luojiyin Date: Sun, 1 Mar 2026 14:00:07 +0800 Subject: [PATCH] fix: typo packge -> package in maintainers.nix --- ci/eval/compare/maintainers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/eval/compare/maintainers.nix b/ci/eval/compare/maintainers.nix index a0180e10f193..daecc1c154da 100644 --- a/ci/eval/compare/maintainers.nix +++ b/ci/eval/compare/maintainers.nix @@ -56,7 +56,7 @@ let } )) # No need to match up packages without maintainers with their files. - # This also filters out attributes where `packge = null`, which is the + # This also filters out attributes where `package = null`, which is the # case for libintl, for example. (lib.filter (pkg: pkg.users != [ ] || pkg.teams != [ ])) ];