lol

python3Packages.os-service-type: fix typo

"sevice" -> "service"

fetsorn db1bb2d7 e371de93

+1 -1
+1 -1
pkgs/development/python-modules/os-service-types/default.nix
··· 33 33 pythonImportsCheck = [ "os_service_types" ]; 34 34 35 35 meta = with lib; { 36 - description = "Python library for consuming OpenStack sevice-types-authority data"; 36 + description = "Python library for consuming OpenStack service-types-authority data"; 37 37 homepage = "https://github.com/openstack/os-service-types"; 38 38 license = licenses.asl20; 39 39 maintainers = teams.openstack.members;