Remove flagged URI

Removed due to various AV's flagging the link as malicious thus flagging and quarentining the module.
This commit is contained in:
Even Martinsen
2024-10-21 14:35:50 +02:00
committed by GitHub
parent fa907da4a4
commit a2bc50aeb0

View File

@@ -150,7 +150,6 @@ Check out the How To Videos https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5
Tags = @("Excel", "EPPlus", "Export", "Import")
# The web address of an icon which can be used in galleries to represent this module
#IconUri = "http://pesterbdd.com/images/Pester.png"
# The web address of this module's project or support homepage.
ProjectUri = "https://github.com/dfinke/ImportExcel"
@@ -215,4 +214,4 @@ Check out the How To Videos https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
}
}