mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
Merge pull request #90 from MatthieuA/master
Fix personal url by prefixing it by http://
This commit is contained in:
commit
2dae1a6d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"copyright": "Matthieu Aussaguel",
|
"copyright": "Matthieu Aussaguel",
|
||||||
"url": "mynameismatthieu.com",
|
"url": "http://mynameismatthieu.com",
|
||||||
"email": "matthieu.aussaaguel@gmail.com"
|
"email": "matthieu.aussaaguel@gmail.com"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue