diff --git a/LICENSE b/LICENSE index c1434b7..ce9d60f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) Vincent Klaiber +Copyright (c) Vincent Klaiber 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: diff --git a/composer.json b/composer.json index 9a31629..da7cbbe 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "authors": [ { "name": "Vincent Klaiber", - "email": "hello@doubledip.se" + "homepage": "https://github.com/vinkla" } ], "require": { diff --git a/src/Facades/Hashids.php b/src/Facades/Hashids.php index f902084..2db07ac 100644 --- a/src/Facades/Hashids.php +++ b/src/Facades/Hashids.php @@ -1,7 +1,7 @@