From 8dce4d2eb974fe5ad5e7328b63ed4f70ca53ae17 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 7 Mar 2024 21:15:49 +0100 Subject: [PATCH] Update import path and change copyright year in apg.go The import path of the module "apg-go" has been changed to "src.neessen.cloud/wneessen/apg-go". Furthermore the copyright year mentioned in the usage text has been updated to 2024. --- cmd/apg/apg.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/apg/apg.go b/cmd/apg/apg.go index 1d72e2b..7a4c758 100644 --- a/cmd/apg/apg.go +++ b/cmd/apg/apg.go @@ -7,7 +7,7 @@ import ( "fmt" "os" - "github.com/wneessen/apg-go" + "src.neessen.cloud/wneessen/apg-go" ) // MinimumAmountTooHigh is an error message displayed when a minimum amount of @@ -122,8 +122,8 @@ func usage() { // Usage text const ut = `apg-go v` + apg.VERSION + "\n" + - `A OSS "Automated Password Generator"-clone -- https://github.com/wneessen/apg-go/ -Created 2021-2023 by Winni Neessen (MIT licensed) + `A OSS "Automated Password Generator"-clone -- https://src.neessen.cloud/wneessen/apg-go/ +Created 2021-2024 by Winni Neessen (MIT licensed) apg [-a ] [-m ] [-x ] [-L] [-U] [-N] [-S] [-H] [-C] [-l] [-M mode] [-E char_string] [-n num_of_pass] [-v] [-h] [-t]