Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b85ff4

Browse files
committed
update
1 parent 61a6b7b commit 4b85ff4

2 files changed

Lines changed: 16 additions & 14 deletions

File tree

MaintainModule/MaintainModule.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<#
22
MIT License
33
4-
Copyright (C) 2024 Robin Stolpe.
4+
Copyright (C) 2025 Robin Widmark.
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal
@@ -25,7 +25,7 @@
2525
#
2626
# Module manifest for module 'MaintainModule'
2727
#
28-
# Generated by: Robin Stolpe
28+
# Generated by: Robin Widmark
2929
#
3030
# Generated on: 2024-07-29
3131
#
@@ -45,13 +45,13 @@
4545
GUID = '4fec1769-909e-44cf-b715-bbc6b10564b3'
4646

4747
# Author of this module
48-
Author = 'Robin Stolpe'
48+
Author = 'Robin Widmark'
4949

5050
# Company or vendor of this module
51-
CompanyName = 'Stolpe.io'
51+
CompanyName = 'Widmark.dev'
5252

5353
# Copyright statement for this module
54-
Copyright = '(c) 2024 Robin Stolpe. All rights reserved.'
54+
Copyright = '(c) 2025 Robin Widmark. All rights reserved.'
5555

5656
# Description of the functionality provided by this module
5757
Description = 'This module let you maintain/update your installed PowerShell modules in a easy way'

MaintainModule/MaintainModule.psm1

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<#
22
MIT License
33
4-
Copyright (C) 2024 Robin Stolpe.
4+
Copyright (C) 2025 Robin Widmark.
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal
@@ -48,11 +48,11 @@ Function Uninstall-rsModule {
4848
https://github.com/rstolpe/MaintainModule/blob/main/README.md
4949
5050
.NOTES
51-
Author: Robin Stolpe
52-
Mail: robin@stolpe.io
51+
Author: Robin Widmark
52+
Mail: robin@widmark.dev
5353
Twitter: https://twitter.com/rstolpes
5454
Linkedin: https://www.linkedin.com/in/rstolpe/
55-
Website/Blog: https://stolpe.io
55+
Website/Blog: https://widmark.dev
5656
GitHub: https://github.com/rstolpe
5757
PSGallery: https://www.powershellgallery.com/profiles/rstolpe
5858
#>
@@ -229,11 +229,13 @@ Function Update-rsModule {
229229
https://github.com/rstolpe/MaintainModule/blob/main/README.md
230230
231231
.NOTES
232-
Author: Robin Stolpe
233-
234-
Twitter: https://twitter.com/rstolpes
235-
Linkedin: https://www.linkedin.com/in/rstolpe/
236-
Website/Blog: https://stolpe.io
232+
Author: Robin Widmark
233+
234+
Website/Blog: https://widmark.dev
235+
X: https://x.com/widmark_robin
236+
Mastodon: https://mastodon.social/@rwidmark
237+
YouTube: https://www.youtube.com/@rwidmark
238+
Linkedin: https://www.linkedin.com/in/rwidmark/
237239
GitHub: https://github.com/rstolpe
238240
PSGallery: https://www.powershellgallery.com/profiles/rstolpe
239241
#>

0 commit comments

Comments
 (0)