Change repo to ZoneMinder for pull request

pull/111/head
Chris Wiggins 2013-09-05 23:50:51 +12:00
parent e792c8eb44
commit d6440ca70e
2 changed files with 2 additions and 2 deletions

2
scripts/zmupdate.pl Normal file → Executable file
View File

@ -158,7 +158,7 @@ if ( $check && ZM_CHECK_FOR_UPDATES )
}
use strict 'subs';
}
my $req = HTTP::Request->new( GET=>'https://raw.github.com/chriswiggins/ZoneMinder/master/version' );
my $req = HTTP::Request->new( GET=>'https://raw.github.com/ZoneMinder/ZoneMinder/master/version' );
my $res = $ua->request($req);
if ( $res->is_success )

View File

@ -163,7 +163,7 @@ if ( $check && ZM_CHECK_FOR_UPDATES )
}
use strict 'subs';
}
my $req = HTTP::Request->new( GET=>'https://raw.github.com/chriswiggins/ZoneMinder/master/version' );
my $req = HTTP::Request->new( GET=>'https://raw.github.com/ZoneMinder/ZoneMinder/master/version' );
my $res = $ua->request($req);
if ( $res->is_success )