mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 13:17:21 +00:00
terraform-providers: set empty spdx string for new providers
follow up from 4b5f5fff36
This commit is contained in:
parent
e40139fe13
commit
eb656d9728
@ -107,6 +107,7 @@ if [[ ${provider} =~ ^[^/]+/[^/]+$ ]]; then
|
||||
# create empty stings so nix-prefetch works
|
||||
update_attr hash ""
|
||||
update_attr vendorHash ""
|
||||
update_attr spdx ""
|
||||
fi
|
||||
|
||||
homepage="$(read_attr homepage)"
|
||||
|
Loading…
Reference in New Issue
Block a user