qdmr: fixup
This commit is contained in:
parent
0406afa8c7
commit
e24028141f
4 changed files with 5 additions and 5 deletions
|
@ -116,8 +116,8 @@
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<link xlink:href="https://dm3mat.darc.de/qdmr/">QDMR</link>, a
|
<link xlink:href="https://dm3mat.darc.de/qdmr/">QDMR</link>, a
|
||||||
gui application and command line tool for programming cheap
|
GUI application and command line tool for programming DMR
|
||||||
DMR radios
|
radios
|
||||||
<link linkend="opt-programs.qdmr.enable">programs.qdmr</link>
|
<link linkend="opt-programs.qdmr.enable">programs.qdmr</link>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
|
@ -38,7 +38,7 @@ In addition to numerous new and upgraded packages, this release has the followin
|
||||||
|
|
||||||
- [mmsd](https://gitlab.com/kop316/mmsd), a lower level daemon that transmits and recieves MMSes. Available as [services.mmsd](#opt-services.mmsd.enable).
|
- [mmsd](https://gitlab.com/kop316/mmsd), a lower level daemon that transmits and recieves MMSes. Available as [services.mmsd](#opt-services.mmsd.enable).
|
||||||
|
|
||||||
- [QDMR](https://dm3mat.darc.de/qdmr/), a gui application and command line tool for programming cheap DMR radios [programs.qdmr](#opt-programs.qdmr.enable)
|
- [QDMR](https://dm3mat.darc.de/qdmr/), a GUI application and command line tool for programming DMR radios [programs.qdmr](#opt-programs.qdmr.enable)
|
||||||
|
|
||||||
- [v2rayA](https://v2raya.org), a Linux web GUI client of Project V which supports V2Ray, Xray, SS, SSR, Trojan and Pingtunnel. Available as [services.v2raya](options.html#opt-services.v2raya.enable).
|
- [v2rayA](https://v2raya.org), a Linux web GUI client of Project V which supports V2Ray, Xray, SS, SSR, Trojan and Pingtunnel. Available as [services.v2raya](options.html#opt-services.v2raya.enable).
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,6 @@ in {
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = [ cfg.package ];
|
environment.systemPackages = [ cfg.package ];
|
||||||
services.udev.packages = [ cfg.package ];
|
services.udev.packages = [ cfg.package ];
|
||||||
users.groups.wireshark = {};
|
users.groups.dialout = {};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A codeplug programming tool for DMR radios";
|
description = "GUI application and command line tool for programming DMR radios";
|
||||||
homepage = "https://dm3mat.darc.de/qdmr/";
|
homepage = "https://dm3mat.darc.de/qdmr/";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
maintainers = with lib.maintainers; [ janik _0x4A6F ];
|
maintainers = with lib.maintainers; [ janik _0x4A6F ];
|
||||||
|
|
Loading…
Reference in a new issue