diff --git a/src/commonMain/kotlin/teksturepako/pakku/api/models/gh/GhRepoModel.kt b/src/commonMain/kotlin/teksturepako/pakku/api/models/gh/GhRepoModel.kt index ab52fe7e..c8f4d526 100644 --- a/src/commonMain/kotlin/teksturepako/pakku/api/models/gh/GhRepoModel.kt +++ b/src/commonMain/kotlin/teksturepako/pakku/api/models/gh/GhRepoModel.kt @@ -191,8 +191,8 @@ data class GhRepoModel( data class License( val key: String, val name: String, + val url: String? = null, @SerialName("spdx_id") val spdxId: String? = null, - val url: String, - @SerialName("node_id") val nodeId: String + @SerialName("node_id") val nodeId: String, ) } \ No newline at end of file