diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-26 00:26:07 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-26 00:26:07 +0000 |
commit | fda5c164d703685becc41f1dd9a0222a10eba999 (patch) | |
tree | e7ad3006fb1b5280e09dbc70206762081d4e90a1 /Frameworks/PSMTabBar | |
parent | 30f2ec014b77e67a5a4c0bf086ca98be8338ec4e (diff) | |
download | sequelpro-fda5c164d703685becc41f1dd9a0222a10eba999.tar.gz sequelpro-fda5c164d703685becc41f1dd9a0222a10eba999.tar.bz2 sequelpro-fda5c164d703685becc41f1dd9a0222a10eba999.zip |
Update URL in source file header to point to GitHub.
Diffstat (limited to 'Frameworks/PSMTabBar')
-rw-r--r-- | Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h | 2 | ||||
-rw-r--r-- | Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.m | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h b/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h index 599bc492..d34bebf8 100644 --- a/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h +++ b/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h @@ -20,7 +20,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// More info at <http://code.google.com/p/sequel-pro/> +// More info at <https://github.com/sequelpro/sequelpro> #import <Cocoa/Cocoa.h> #import "PSMTabStyle.h" diff --git a/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.m b/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.m index 272720d8..9a4026ec 100644 --- a/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.m +++ b/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.m @@ -20,7 +20,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// More info at <http://code.google.com/p/sequel-pro/> +// More info at <https://github.com/sequelpro/sequelpro> #import "PSMSequelProTabStyle.h" #import "PSMTabBarCell.h" |