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
This commit is contained in:
Yarny0 2023-01-14 13:17:04 +01:00
parent 4e1a99790c
commit b8714f08a4

View file

@ -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; [ ];
};
}