diff options
Diffstat (limited to 'util/amdtools/k8-compare-pci-space.pl')
-rwxr-xr-x | util/amdtools/k8-compare-pci-space.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/amdtools/k8-compare-pci-space.pl b/util/amdtools/k8-compare-pci-space.pl index ffc4c49601..77fdb59dd4 100755 --- a/util/amdtools/k8-compare-pci-space.pl +++ b/util/amdtools/k8-compare-pci-space.pl @@ -9,7 +9,7 @@ my $DATE = '2009-09-04'; my $AUTHOR = "Ward Vandewege <ward\@jhvc.com>"; my $COPYRIGHT = "2009"; my $LICENSE = "GPL v3 - http://www.fsf.org/licenses/gpl.txt"; -my $URL = "http://coreboot.org"; +my $URL = "https://coreboot.org"; my $DEBUG = 0; |