From d4d1a000be22419dbe1f76f3f30bc3f52cb10d44 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Mon, 31 May 2021 18:06:19 +0200 Subject: [PATCH] fix eval --- pkgs/development/python-modules/typed-settings/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/typed-settings/default.nix b/pkgs/development/python-modules/typed-settings/default.nix index c5c7e56bfbf..9791c2b0468 100644 --- a/pkgs/development/python-modules/typed-settings/default.nix +++ b/pkgs/development/python-modules/typed-settings/default.nix @@ -36,6 +36,6 @@ buildPythonPackage rec { description = "Typed settings based on attrs classes"; homepage = "https://gitlab.com/sscherfke/typed-settings"; license = lib.licenses.mit; - maintainer = with lib.maintainers; [ fridh ]; + maintainers = with lib.maintainers; [ fridh ]; }; }