Fix renamed SwiftGen license file
This commit is contained in:
parent
1f722198e9
commit
6d4c566e05
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Shut down if server uses compression at all.
|
- Shut down if server uses compression at all.
|
||||||
|
- Broken link to SwiftGen license.
|
||||||
|
|
||||||
## 1.0.1 (2019-02-27)
|
## 1.0.1 (2019-02-27)
|
||||||
|
|
||||||
|
|
|
@ -203,7 +203,7 @@ class AppConstants {
|
||||||
License(
|
License(
|
||||||
"SwiftGen",
|
"SwiftGen",
|
||||||
"MIT",
|
"MIT",
|
||||||
"https://raw.githubusercontent.com/SwiftGen/SwiftGen/master/LICENSE"
|
"https://raw.githubusercontent.com/SwiftGen/SwiftGen/master/LICENCE"
|
||||||
),
|
),
|
||||||
License(
|
License(
|
||||||
"SwiftyBeaver",
|
"SwiftyBeaver",
|
||||||
|
|
Loading…
Reference in New Issue