We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb56755 commit 8840101Copy full SHA for 8840101
DockerMsftProvider.psd1
@@ -43,11 +43,11 @@ PrivateData = @{
43
# Tags applied to this module. These help with module discovery in online galleries.
44
Tags = @('PackageManagement', 'Provider')
45
ProjectUri = 'https://github.com/OneGet/MicrosoftDockerProvider'
46
- LicenseUri = ''
+ LicenseUri = 'https://github.com/OneGet/MicrosoftDockerProvider/blob/developer/LICENSE'
47
ReleaseNotes = @'
48
- Docker Provider to find, save and install docker on windows.
49
'@
50
} # End of PSData hashtable
51
52
} # End of PrivateData hashtable
53
-}
+}
0 commit comments