From faa9aa398ec9211f4104cd30dc4b8889db22c4f2 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sun, 19 Jun 2022 19:22:48 +0200 Subject: [PATCH] Update URLs in module manifest (#277) --- CHANGELOG.md | 7 ++++++- source/FailoverClusterDsc.psd1 | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6efc4..ad17ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,18 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md) ## [Unreleased] +### Changed + +- FailoverClusterDsc + - URLs in module manifest now points to the renamed repository. + ## [2.1.0] - 2022-06-19 ### Added - New Resource - ClusterIPAddress - - Adds an IP address to the cluster. + - Adds an IP address to the cluster. ### Changed diff --git a/source/FailoverClusterDsc.psd1 b/source/FailoverClusterDsc.psd1 index 8d3430b..1ebfd72 100644 --- a/source/FailoverClusterDsc.psd1 +++ b/source/FailoverClusterDsc.psd1 @@ -38,10 +38,10 @@ Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource') # A URL to the license for this module. - LicenseUri = 'https://github.com/dsccommunity/xFailOverCluster/blob/main/LICENSE' + LicenseUri = 'https://github.com/dsccommunity/FailOverClusterDsc/blob/main/LICENSE' # A URL to the main website for this project. - ProjectUri = 'https://github.com/dsccommunity/xFailOverCluster' + ProjectUri = 'https://github.com/dsccommunity/FailOverClusterDsc' # A URL to an icon representing this module. IconUri = 'https://dsccommunity.org/images/DSC_Logo_300p.png'