Commit 186cd52b authored by zowoq's avatar zowoq
Browse files

terraform-providers.minio: fix license

the json is an autogenerated file so this needs to be an override
parent 7973d690
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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": {