Skip to content

Commit

Permalink
typo (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored and dg committed Feb 12, 2020
1 parent 35f7229 commit bf658ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "nette/neon",
"description": "🍸 Nette NEON: encodes and decodes NEON file format.",
"keywords": ["nette", "neon", "import", "export", "yaml"],
"homepage": "http://ne-on.org",
"homepage": "https://ne-on.org",
"license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"],
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions license.md
Expand Up @@ -56,5 +56,5 @@ GNU General Public License
GPL licenses are very very long, so instead of including them here we offer
you URLs with full text:

- [GPL version 2](http://www.gnu.org/licenses/gpl-2.0.html)
- [GPL version 3](http://www.gnu.org/licenses/gpl-3.0.html)
- [GPL version 2](https://www.gnu.org/licenses/gpl-2.0.html)
- [GPL version 3](https://www.gnu.org/licenses/gpl-3.0.html)
4 changes: 2 additions & 2 deletions readme.md
@@ -1,5 +1,5 @@
[NEON](http://ne-on.org): Nette Object Notation
===============================================
[NEON](https://ne-on.org): Nette Object Notation
================================================

[![Downloads this Month](https://img.shields.io/packagist/dm/nette/neon.svg)](https://packagist.org/packages/nette/neon)
[![Build Status](https://travis-ci.org/nette/neon.svg?branch=master)](https://travis-ci.org/nette/neon)
Expand Down

0 comments on commit bf658ba

Please sign in to comment.