From db1bb2d7e8fb3efcf11889e063c39f0dc9b4f33e Mon Sep 17 00:00:00 2001 From: fetsorn Date: Mon, 8 May 2023 21:57:13 +0400 Subject: [PATCH] python3Packages.os-service-type: fix typo "sevice" -> "service" --- pkgs/development/python-modules/os-service-types/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/os-service-types/default.nix b/pkgs/development/python-modules/os-service-types/default.nix index 147685fb2b91..de138c5a1602 100644 --- a/pkgs/development/python-modules/os-service-types/default.nix +++ b/pkgs/development/python-modules/os-service-types/default.nix @@ -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;