From 060a8f28fa1fc648bdf66afb31a5d1efac868837 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 28 Jul 2023 22:24:15 +0200 Subject: makefu: move out to own repo, add vacation-note --- makefu/5pkgs/ratt/default.nix | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 makefu/5pkgs/ratt/default.nix (limited to 'makefu/5pkgs/ratt/default.nix') diff --git a/makefu/5pkgs/ratt/default.nix b/makefu/5pkgs/ratt/default.nix deleted file mode 100644 index 575a33f2b..000000000 --- a/makefu/5pkgs/ratt/default.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ buildGoModule, fetchFromSourcehut, lib }: -buildGoModule rec { - pname = "ratt"; - version = "unstable-2022-05-09"; - - src = fetchFromSourcehut { - owner = "~ghost08"; - repo = "ratt"; - rev = "bf539e1cb04017f5e9d248a8e5f7a6f22f77d06e"; - sha256 = "0pfz6wnmpwabklayah3bddxkhvg64f5hfyvzkv3xfqpw8c70jdll"; - }; - - proxyVendor = true; - vendorSha256 = "sha256-tCSwyusVstEkz2pXYGX5JmS+VgqErSPtnh4LomaaFcE="; - - # tests try to access the internet to scrape websites - doCheck = false; - - meta = with lib; { - description = "A tool for converting websites to rss/atom feeds"; - homepage = "https://git.sr.ht/~ghost08/ratt"; - license = licenses.mit; - maintainers = with maintainers; [ kmein ]; - platforms = platforms.linux ++ platforms.darwin; - }; -} -- cgit v1.2.3