Fix renamed SwiftGen license file

This commit is contained in:
Davide De Rosa 2019-02-28 17:30:41 +01:00
parent 1f722198e9
commit 6d4c566e05
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Shut down if server uses compression at all.
- Broken link to SwiftGen license.
## 1.0.1 (2019-02-27)

View File

@ -203,7 +203,7 @@ class AppConstants {
License(
"SwiftGen",
"MIT",
"https://raw.githubusercontent.com/SwiftGen/SwiftGen/master/LICENSE"
"https://raw.githubusercontent.com/SwiftGen/SwiftGen/master/LICENCE"
),
License(
"SwiftyBeaver",