1 { buildGoModule, fetchFromSourcehut, lib }:
4 version = "unstable-2023-02-12";
6 src = fetchFromSourcehut {
9 rev = "ed1a675685b9d86d6602e168199ba9b4260f5f06";
10 hash = "sha256-HfS97Lxt6FAj/2/WAzLI06F/h6TP5m2lHHOTAs8XNFY=";
14 vendorHash = "sha256-6cpHDwnxdc/9YPj77JVuT5ZDFjKkF6nBX4RgZr/9fFY=";
16 # tests try to access the internet to scrape websites
20 description = "A tool for converting websites to rss/atom feeds";
21 homepage = "https://git.sr.ht/~ghost08/ratt";
22 license = licenses.mit;
23 maintainers = with maintainers; [ kmein ];