From 4072361fd57b2d5c19d9ff7f3483ee17843b7b1d Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 22 Nov 2019 14:48:51 +0100 Subject: [PATCH] app/internal/gpu: fix Pathfinder URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Noticed by Daniel Martí. Signed-off-by: Elias Naur --- app/internal/gpu/path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/internal/gpu/path.go b/app/internal/gpu/path.go index 97b73793..afe81407 100644 --- a/app/internal/gpu/path.go +++ b/app/internal/gpu/path.go @@ -3,7 +3,7 @@ package gpu // GPU accelerated path drawing using the algorithms from -// Pathfinder (https://github.com/pcwalton/pathfinder). +// Pathfinder (https://github.com/servo/pathfinder). import ( "image"