fix: typo packge -> package in maintainers.nix

This commit is contained in:
luojiyin
2026-03-01 14:00:07 +08:00
parent 7a91c688bc
commit dbb1854400
+1 -1
View File
@@ -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 != [ ]))
];