From 280639c9cfe745ed3d946ce2b89233b509c74261 Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Mon, 17 Nov 2014 12:13:46 -0500 Subject: [PATCH] updated git username --- sanoid | 2 +- syncoid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sanoid b/sanoid index 808bf38..ba61164 100755 --- a/sanoid +++ b/sanoid @@ -2,7 +2,7 @@ # this software is licensed for use under the Free Software Foundation's GPL v3.0 license, as retrieved # from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this -# project's Git repository at https://github.com/jrssystemsnet/sanoid/blob/master/LICENSE. +# project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE. use strict; use Config::IniFiles; # read samba-style conf file diff --git a/syncoid b/syncoid index 2a99292..00d5e71 100755 --- a/syncoid +++ b/syncoid @@ -2,7 +2,7 @@ # this software is licensed for use under the Free Software Foundation's GPL v3.0 license, as retrieved # from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this -# project's Git repository at https://github.com/jrssystemsnet/sanoid/blob/master/LICENSE. +# project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE. use strict; use Data::Dumper;