python3Packages.stevedore: add maintainer

This commit is contained in:
Fabian Affolter 2021-04-23 09:03:42 +02:00
parent 19e052d0d4
commit a6c65d3e59

View File

@ -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 ];
};
}