Skip to content

Commit 89605a0

Browse files
committed
update meta in powershell module
1 parent 859384b commit 89605a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/PSBlogger.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Author = 'Bryan Cook'
2020
CompanyName = 'Bryan Cook'
2121

2222
# Copyright statement for this module
23-
Copyright = '#169; me'
23+
# Copyright = '#169; me'
2424

2525
# Description of the functionality provided by this module
2626
Description = 'Module to publish markdown files to Blogger'
@@ -97,16 +97,16 @@ PrivateData = @{
9797
Tags = 'blogger','markdown','pandoc'
9898

9999
# A URL to the license for this module.
100-
#LicenseUri = ''
100+
LicenseUri = 'https://github.com/bryanbcook/PSBlogger?tab=MIT-1-ov-file#readme'
101101

102102
# A URL to the main website for this project.
103-
ProjectUri = 'http://www.bryancook.net/'
103+
ProjectUri = 'https://github.com/bryanbcook/PSBlogger'
104104

105105
# A URL to an icon representing this module.
106106
#IconUri = ''
107107

108108
# ReleaseNotes of this module
109-
#ReleaseNotes = ''
109+
ReleaseNotes = 'https://github.com/bryanbcook/PSBlogger/releases'
110110
# Prerelease string of this module
111111
# Prerelease = ''
112112

0 commit comments

Comments
 (0)