From 01dedc74fa92b25ff3f745b7276c1088ce200a4b Mon Sep 17 00:00:00 2001 From: Carsten Ringe Date: Wed, 4 Jun 2025 14:14:00 +0200 Subject: [PATCH] Add link to original source --- readability.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readability.go b/readability.go index c6776ae..59f0128 100644 --- a/readability.go +++ b/readability.go @@ -1,6 +1,8 @@ // Copyright 2017 Frédéric Guillot. All rights reserved. // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. +// +// See https://github.com/miniflux/v2/blob/4e181330d024c0c3302313dd17e0741c9d417783/internal/reader/readability/readability.go package readability