services: podgrab: remove mention of merged PR

This commit is contained in:
Bruno BELANYI 2021-05-23 00:32:59 +02:00
parent ec36d1c1b7
commit d986f2f906

View file

@ -1,6 +1,4 @@
# A simple podcast fetcher. See [1]
#
# [1]: https://github.com/NixOS/nixpkgs/pull/106008
# A simple podcast fetcher
{ config, lib, pkgs, ... }:
let
cfg = config.my.services.podgrab;