python39Packages.python-swiftclient: add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel
2021-09-09 22:35:16 +02:00
parent 9141083ab1
commit 8b0a216056
@@ -29,6 +29,6 @@ buildPythonApplication rec {
homepage = "https://github.com/openstack/python-swiftclient";
description = "Python bindings to the OpenStack Object Storage API";
license = licenses.asl20;
maintainers = with maintainers; [ c0deaddict ];
maintainers = with maintainers; [ c0deaddict SuperSandro2000 ];
};
}