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 /Source/main.m | |
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 'Source/main.m')
-rw-r--r-- | Source/main.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/main.m b/Source/main.m index 8f09cbed..270fcdff 100644 --- a/Source/main.m +++ b/Source/main.m @@ -25,7 +25,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR // OTHER DEALINGS IN THE SOFTWARE. // -// More info at <http://code.google.com/p/sequel-pro/> +// More info at <https://github.com/sequelpro/sequelpro> int main(int argc, char *argv[]) { |