python3Packages.os-service-type: fix typo

"sevice" -> "service"
This commit is contained in:
fetsorn 2023-05-08 21:57:13 +04:00
parent e371de93d1
commit db1bb2d7e8

View File

@ -33,7 +33,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "os_service_types" ];
meta = with lib; {
description = "Python library for consuming OpenStack sevice-types-authority data";
description = "Python library for consuming OpenStack service-types-authority data";
homepage = "https://github.com/openstack/os-service-types";
license = licenses.asl20;
maintainers = teams.openstack.members;