From 9bf639fc9198ad04d15e6a4235e2715e19a887dc Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 30 Jan 2023 14:09:13 +0000 Subject: [PATCH] podspec: point to miniupnp/miniupnp repo It's not clear to me why this is pointing to a fork of this repository (which has been marked as archived for nearly 3 years). I guess this can be updated to point to this repo, or the podspec removed entirely if there is no interest in maintaining it? --- miniupnp.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniupnp.podspec b/miniupnp.podspec index 1a8bd71..2355b7f 100644 --- a/miniupnp.podspec +++ b/miniupnp.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |spec| spec.version = "2.0.0.2" spec.source = { - git: 'https://github.com/cpp-ethereum-ios/miniupnp.git', + git: 'https://github.com/miniupnp/miniupnp.git', tag: "v#{spec.version}" }