terraform-providers.minio: fix license

the json is an autogenerated file so this needs to be an override
This commit is contained in:
zowoq 2024-03-22 07:09:12 +10:00
parent 7973d6909d
commit 186cd52b4e
2 changed files with 2 additions and 1 deletions

View File

@ -86,6 +86,7 @@ let
heroku = automated-providers.heroku.override { spdx = "MPL-2.0"; };
# mkisofs needed to create ISOs holding cloud-init data and wrapped to terraform via deecb4c1aab780047d79978c636eeb879dd68630
libvirt = automated-providers.libvirt.overrideAttrs (_: { propagatedBuildInputs = [ cdrtools ]; });
minio = automated-providers.minio.override { spdx = "AGPL-3.0-only"; };
};
# Put all the providers we not longer support in this list.

View File

@ -776,7 +776,7 @@
"owner": "aminueza",
"repo": "terraform-provider-minio",
"rev": "v2.2.0",
"spdx": "AGPL-3.0-only",
"spdx": "AGPL-3.0",
"vendorHash": "sha256-Uxexx5sK6D+EEEPWLnWFE0HPG1RKUsYnSJ/1bV9JBkw="
},
"mongodbatlas": {