diff options
author | Alessandro Portale <[email protected]> | 2024-05-28 19:42:03 +0200 |
---|---|---|
committer | Alessandro Portale <[email protected]> | 2024-05-28 20:13:29 +0000 |
commit | 7bc65cf9f3e7b5563128ba935c37ce64327cb5c6 (patch) | |
tree | d347729081bd0314ad9c6d92a36e0ad6a72e4d7a /src/plugins/nim | |
parent | fadfddc9059052bce474f7cf7616b831709b621d (diff) |
PluginSpecs: Change URLs from http:// to https://
Avoid the redirect that is inevitable nowerdays.
Also, change necessitas.kde.org to www.qt.io, since the orgininal page
is offline.
Change-Id: Ib1823f0df97d2df87822fd2bb7552e2f2c7e971e
Reviewed-by: Tim Jenssen <[email protected]>
Diffstat (limited to 'src/plugins/nim')
-rw-r--r-- | src/plugins/nim/Nim.json.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/nim/Nim.json.in b/src/plugins/nim/Nim.json.in index 622e460a0b8..77f90d74ab2 100644 --- a/src/plugins/nim/Nim.json.in +++ b/src/plugins/nim/Nim.json.in @@ -14,7 +14,7 @@ ], "Category" : "Other Languages", "Description" : "Plugin for supporting the Nim programming language.", - "Url" : "http://www.qt.io", + "Url" : "https://www.qt.io", "Experimental" : true, ${IDE_PLUGIN_DEPENDENCIES}, |