terraform-providers: fix typo

This commit is contained in:
1000101 2022-01-03 15:27:34 +01:00 committed by zowoq
parent 59c98d50bf
commit b1321fd195

View File

@ -52,7 +52,7 @@ let
automated-providers = lib.mapAttrs (_: attrs: mkProvider attrs) list;
# These are the providers that don't fall in line with the default model
special-providers = let archived = throw "the provider has been archived by upsteam"; in {
special-providers = let archived = throw "the provider has been archived by upstream"; in {
# Packages that don't fit the default model
gandi = callPackage ./gandi { };
libvirt = callPackage ./libvirt { };