Skip to content

Commit da37283

Browse files
committed
Change author email on all files [ci skip]
1 parent 32309a4 commit da37283

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"authors": [
77
{
88
"name": "Aaron Francis",
9-
"email": "aaron@hammerstonehq.com"
9+
"email": "aaron@hammerstone.dev"
1010
}
1111
],
1212
"require": {

src/AirdropServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Aaron Francis <aarondfrancis@gmail.com>
3+
* @author Aaron Francis <aaron@hammerstone.dev>
44
*/
55

66
namespace Hammerstone\Airdrop;

src/Commands/Download.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Aaron Francis <aarondfrancis@gmail.com>
3+
* @author Aaron Francis <aaron@hammerstone.dev>
44
*/
55

66
namespace Hammerstone\Airdrop\Commands;

src/Commands/Install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Aaron Francis <aarondfrancis@gmail.com>
3+
* @author Aaron Francis <aaron@hammerstone.dev>
44
*/
55

66
namespace Hammerstone\Airdrop\Commands;

src/Concerns/MakesDrivers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Aaron Francis <aarondfrancis@gmail.com|https://twitter.com/aarondfrancis>
3+
* @author Aaron Francis <aaron@hammerstone.dev|https://twitter.com/aarondfrancis>
44
*/
55

66
namespace Hammerstone\Airdrop\Concerns;

src/Contracts/TriggerContract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Aaron Francis <aarondfrancis@gmail.com>
3+
* @author Aaron Francis <aaron@hammerstone.dev>
44
*/
55

66
namespace Hammerstone\Airdrop\Contracts;

src/Drivers/BaseDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Aaron Francis <aarondfrancis@gmail.com>
3+
* @author Aaron Francis <aaron@hammerstone.dev>
44
*/
55

66
namespace Hammerstone\Airdrop\Drivers;

src/Drivers/FilesystemDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Aaron Francis <aarondfrancis@gmail.com>
3+
* @author Aaron Francis <aaron@hammerstone.dev>
44
*/
55

66
namespace Hammerstone\Airdrop\Drivers;

src/HashGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Aaron Francis <aarondfrancis@gmail.com>
3+
* @author Aaron Francis <aaron@hammerstone.dev>
44
*/
55

66
namespace Hammerstone\Airdrop;

src/Triggers/ConfigTrigger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Aaron Francis <aarondfrancis@gmail.com>
3+
* @author Aaron Francis <aaron@hammerstone.dev>
44
*/
55

66
namespace Hammerstone\Airdrop\Triggers;

0 commit comments

Comments
 (0)