1 { lib, fetchFromGitHub, python3Packages }:
3 python3Packages.buildPythonApplication rec {
7 src = fetchFromGitHub {
11 sha256 = "1s6bigkwymxdp9bkgvwg3lbf465i6k8kmak2w7czf4mhwavcfq63";
14 propagatedBuildInputs = with python3Packages; [
30 description = "A tool for monitoring webpages for updates";
31 homepage = "https://thp.io/2008/urlwatch/";
32 license = licenses.bsd3;
33 maintainers = with maintainers; [ kmein tv ];