Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Mar 15, 2019
1 parent 9792395 commit e78afff
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Vincent Klaiber <hello@vinkla.com>
Copyright (c) Vincent Klaiber <hello@doubledip.se>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ Instagram will [deprecate their API](https://www.instagram.com/developer/) in fa

## License

[MIT](LICENSE) © [Vincent Klaiber](https://vinkla.com)
[MIT](LICENSE) © [Vincent Klaiber](https://doubledip.se)
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"authors": [
{
"name": "Vincent Klaiber",
"email": "hello@vinkla.com",
"homepage": "https://vinkla.com"
"email": "hello@doubledip.se",
"homepage": "https://doubledip.se"
}
],
"require": {
Expand Down
4 changes: 2 additions & 2 deletions src/Instagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of Instagram.
*
* (c) Vincent Klaiber <hello@vinkla.com>
* (c) Vincent Klaiber <hello@doubledip.se>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -21,7 +21,7 @@
/**
* This is the instagram class.
*
* @author Vincent Klaiber <hello@vinkla.com>
* @author Vincent Klaiber <hello@doubledip.se>
*/
class Instagram
{
Expand Down
4 changes: 2 additions & 2 deletions src/InstagramException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of Instagram.
*
* (c) Vincent Klaiber <hello@vinkla.com>
* (c) Vincent Klaiber <hello@doubledip.se>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -18,7 +18,7 @@
/**
* This is the instagram exception class.
*
* @author Vincent Klaiber <hello@vinkla.com>
* @author Vincent Klaiber <hello@doubledip.se>
*/
class InstagramException extends RuntimeException
{
Expand Down
4 changes: 2 additions & 2 deletions tests/InstagramTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of Instagram.
*
* (c) Vincent Klaiber <hello@vinkla.com>
* (c) Vincent Klaiber <hello@doubledip.se>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -22,7 +22,7 @@
/**
* This is the instagram test class.
*
* @author Vincent Klaiber <hello@vinkla.com>
* @author Vincent Klaiber <hello@doubledip.se>
*/
class InstagramTest extends TestCase
{
Expand Down

0 comments on commit e78afff

Please sign in to comment.