diff --git a/scripts/PackageScripts/installPackage.sh b/scripts/PackageScripts/installPackage.sh index 98ed839..f3311f2 100755 --- a/scripts/PackageScripts/installPackage.sh +++ b/scripts/PackageScripts/installPackage.sh @@ -5,7 +5,7 @@ set -e # install the target package into the target location -# This file is part of PrawnOS (http://www.prawnos.com) +# This file is part of PrawnOS (https://www.prawnos.com) # Copyright (c) 2018 Hal Emmerich # PrawnOS is free software: you can redistribute it and/or modify diff --git a/scripts/PackageScripts/pbuildPackage.sh b/scripts/PackageScripts/pbuildPackage.sh index 52a3d9e..2689351 100755 --- a/scripts/PackageScripts/pbuildPackage.sh +++ b/scripts/PackageScripts/pbuildPackage.sh @@ -6,7 +6,7 @@ set -e # satisfies build dependencies if necessary -# This file is part of PrawnOS (http://www.prawnos.com) +# This file is part of PrawnOS (https://www.prawnos.com) # Copyright (c) 2018 Hal Emmerich # PrawnOS is free software: you can redistribute it and/or modify diff --git a/scripts/PackageScripts/uploadPackage.sh b/scripts/PackageScripts/uploadPackage.sh index b138ed1..90b25c9 100755 --- a/scripts/PackageScripts/uploadPackage.sh +++ b/scripts/PackageScripts/uploadPackage.sh @@ -5,7 +5,7 @@ set -e # upload the target package to the official prawnos apt repo # (of course this will only work if you can authenticate with the repo) -# This file is part of PrawnOS (http://www.prawnos.com) +# This file is part of PrawnOS (https://www.prawnos.com) # Copyright (c) 2018 Hal Emmerich # PrawnOS is free software: you can redistribute it and/or modify