diff options
author | Yarny0 <41838844+Yarny0@users.noreply.github.com> | 2023-01-14 13:17:04 +0100 |
---|---|---|
committer | Yarny0 <41838844+Yarny0@users.noreply.github.com> | 2023-01-15 10:56:32 +0100 |
commit | b8714f08a47abf6163955a5e218d896161bfe774 (patch) | |
tree | b2e287648006efca8820124cc0f00e5ec2ac6f75 /pkgs/data/misc/dtv-scan-tables | |
parent | 4e1a99790c3a7d59d7d96cf7daefab1f609f8acd (diff) |
dtv-scan-tables: update/extend meta descriptions
* `description`: add some keywords that help users in need of transponder tables to find this package. * `longDescription`: add
Diffstat (limited to 'pkgs/data/misc/dtv-scan-tables')
-rw-r--r-- | pkgs/data/misc/dtv-scan-tables/default.nix | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/pkgs/data/misc/dtv-scan-tables/default.nix b/pkgs/data/misc/dtv-scan-tables/default.nix index 4cbf43c144b27..0c53436f8e5fa 100644 --- a/pkgs/data/misc/dtv-scan-tables/default.nix +++ b/pkgs/data/misc/dtv-scan-tables/default.nix @@ -26,9 +26,20 @@ stdenv.mkDerivation rec { allowedReferences = [ ]; meta = with lib; { - description = "Digital TV scan tables"; + description = "Digital TV (DVB) channel/transponder scan tables"; homepage = "https://github.com/tvheadend/dtv-scan-tables"; license = with licenses; [ gpl2Only lgpl21Only ]; + longDescription = '' + When scanning for dvb channels, + most applications require an initial set of + transponder coordinates (frequencies etc.). + These coordinates differ, depending of the + receiver's location or on the satellite. + The package delivers a collection of transponder + tables ready to be used by software like "dvbv5-scan". + The package at hand is maintained and used by tvheadend, + it is a fork of the original one hosted by linuxtv.org. + ''; maintainers = with maintainers; [ ]; }; } |