From b2f8a92bcebc816b94b720a7199e661e5a45696e Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Fri, 12 Apr 2024 08:38:22 +0200 Subject: [PATCH] fixes #755 updated homepage of Task List plugin from archived https://code.google.com/archive/p/npp-task-list/ -> currently also used one for download https://github.com/Megabyteceer/npp-task-list --- src/pl.arm64.json | 2 +- src/pl.x64.json | 2 +- src/pl.x86.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pl.arm64.json b/src/pl.arm64.json index dd6202b76..4e9f8bd7f 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -224,7 +224,7 @@ "repository": "https://github.com/Megabyteceer/npp-task-list/releases/download/v2.6.0/NppTaskList_v2.6.0_arm64.zip", "description": "Automatically scans the open document and adds all \"TODO:*\" items to your task list, a window pane docked on the right. Double-clicking an item in the list will take you to that line in the code.", "author": "blitowitz", - "homepage": "https://code.google.com/p/npp-task-list/" + "homepage": "https://github.com/Megabyteceer/npp-task-list" }, { "folder-name": "urlPlugin", diff --git a/src/pl.x64.json b/src/pl.x64.json index ee01ea721..86eeb32b8 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1451,7 +1451,7 @@ "repository": "https://github.com/Megabyteceer/npp-task-list/releases/download/v2.6.0/NppTaskList_v2.6.0_x64.zip", "description": "Automatically scans the open document and adds all \"TODO:*\" items to your task list, a window pane docked on the right. Double-clicking an item in the list will take you to that line in the code.", "author": "blitowitz", - "homepage": "https://code.google.com/p/npp-task-list/" + "homepage": "https://github.com/Megabyteceer/npp-task-list" }, { "folder-name": "NppToolBucket", diff --git a/src/pl.x86.json b/src/pl.x86.json index 2729f7f6f..3f6a47393 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1619,7 +1619,7 @@ "repository": "https://github.com/Megabyteceer/npp-task-list/releases/download/v2.6.0/NppTaskList_v2.6.0_Win32.zip", "description": "Automatically scans the open document and adds all \"TODO:*\" items to your task list, a window pane docked on the right. Double-clicking an item in the list will take you to that line in the code.", "author": "blitowitz", - "homepage": "https://code.google.com/p/npp-task-list/" + "homepage": "https://github.com/Megabyteceer/npp-task-list" }, { "folder-name": "NppTFS",