meta: fix fallout from #36275

This commit is contained in:
Matthew Bauer
2018-03-18 00:16:43 -05:00
parent 453a60ed95
commit 124d47c65a
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ let
let
maintainer =
if ! builtins.hasAttr maintainer' pkgs.lib.maintainers then
builtins.throw "Maintainer with name `${maintainer'} does not exist in `lib/maintainers.nix`."
builtins.throw "Maintainer with name `${maintainer'} does not exist in `maintainers/maintainer-list.nix`."
else
builtins.getAttr maintainer' pkgs.lib.maintainers;
in