From a6c65d3e59ebee0e807149b7841b11163dff1d56 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Apr 2021 09:03:42 +0200 Subject: [PATCH] python3Packages.stevedore: add maintainer --- pkgs/development/python-modules/stevedore/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/stevedore/default.nix b/pkgs/development/python-modules/stevedore/default.nix index 4a0cb6dcea4..becd79f9838 100644 --- a/pkgs/development/python-modules/stevedore/default.nix +++ b/pkgs/development/python-modules/stevedore/default.nix @@ -33,5 +33,6 @@ buildPythonPackage rec { description = "Manage dynamic plugins for Python applications"; homepage = "https://docs.openstack.org/stevedore/"; license = licenses.asl20; + maintainers = with maintainers; [ fab ]; }; }