From a2d3f63a7374d63152a48d98758357094cfbbe97 Mon Sep 17 00:00:00 2001 From: Thomas Nieto <38873752+ThomasNieto@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:42:11 -0500 Subject: [PATCH] Update copyright and description (#16) --- src/Scoop.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Scoop.psd1 b/src/Scoop.psd1 index 4a1ce62..b55b421 100644 --- a/src/Scoop.psd1 +++ b/src/Scoop.psd1 @@ -4,8 +4,8 @@ CompatiblePSEditions = @('Desktop', 'Core') GUID = '7603664e-144c-4083-a51d-399df057a37d' Author = 'Thomas Nieto' - Copyright = '(c) 2023 Thomas Nieto. All rights reserved.' - Description = 'A PowerShell module for Scoop.' + Copyright = '(c) 2024 Thomas Nieto. All rights reserved.' + Description = 'An official PowerShell module for Scoop.' PowerShellVersion = '5.1' FunctionsToExport = @('Find-ScoopApp', 'Get-ScoopApp', 'Install-ScoopApp', 'Update-ScoopApp', 'Uninstall-ScoopApp', 'Get-ScoopBucket',