From 77746d1ddf48ab48136b8952e28b1472dfc5b784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Sad=C5=82ocha?= Date: Mon, 12 Sep 2022 21:57:16 +0100 Subject: [PATCH] rsstail: update repository location Project's repository has been moved. Former location, `github.com/flok99/rsstail`, is no longer accessible. The author moved the code repository to `github.com/folkertvanheusden/rsstail`. I've verified this in the following ways. First of all, by checking project's homepage, i.e. https://www.vanheusden.com/rsstail/. It indeed points to the new location. Second of all, I've emailed the author, Folkert van Heusden, and they confirmed the new location. What is more, one can also note that the commit hash is still the same. --- pkgs/applications/networking/feedreaders/rsstail/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/feedreaders/rsstail/default.nix b/pkgs/applications/networking/feedreaders/rsstail/default.nix index dd63a377ee63..cd020e2bd7df 100644 --- a/pkgs/applications/networking/feedreaders/rsstail/default.nix +++ b/pkgs/applications/networking/feedreaders/rsstail/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation { sha256 = "12p69i3g1fwlw0bds9jqsdmzkid3k5a41w31d227i7vm12wcvjf6"; rev = "6f2436185372b3f945a4989406c4b6a934fe8a95"; repo = "rsstail"; - owner = "flok99"; + owner = "folkertvanheusden"; }; buildInputs = [ libmrss ] ++ lib.optionals stdenv.isDarwin [ libiconv ];