Skip to content

Commit

Permalink
Lowercase filenames and fix author URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjhv committed Jan 13, 2021
1 parent 5ba71a5 commit 9404d7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"developer": {
"name": "Bryan Horna",
"url": "https://bryanjhv.xyz"
"url": "https://bryanjhv.github.io"
},
"default_locale": "en",
"locales": {
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt → license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ These licenses can be found in THIRDPARTYLICENSE.txt.

*********************************************************************

Copyright (c) 2016 Bryan Horna
Copyright (c) 2016-2021 Bryan Horna

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md → readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ I'm using and distributing some libraries I wish to thank:

## License

This project is released under the [MIT license](LICENSE.txt).
The licenses for the libraries used are [here](THIRDPARTYLICENSE.txt).
This project is released under the [MIT license](license.txt).
The licenses for the libraries used are [here](thirdpartylicense.txt).


[paybtn]: https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif
Expand Down
File renamed without changes.

0 comments on commit 9404d7f

Please sign in to comment.