From 9f858f2b5beea242404fcc5c9cf477a1dec548f6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 29 Aug 2023 08:18:33 +0200 Subject: [PATCH] python310Packages.us: update meta --- pkgs/development/python-modules/us/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/us/default.nix b/pkgs/development/python-modules/us/default.nix index a6de4cfcb0cf..9dbc28c8c363 100644 --- a/pkgs/development/python-modules/us/default.nix +++ b/pkgs/development/python-modules/us/default.nix @@ -29,7 +29,7 @@ buildPythonPackage rec { doCheck = false; # pypi version doesn't include tests - meta = { + meta = with lib; { description = "A package for easily working with US and state metadata"; longDescription = '' all US states and territories, postal abbreviations, Associated Press style @@ -38,6 +38,7 @@ buildPythonPackage rec { census, congressional districts, counties, and census tracts ''; homepage = "https://github.com/unitedstates/python-us/"; - license = lib.licenses.bsd3; + license = licenses.bsd3; + maintainers = with maintainers; [ ]; }; }