flex-ncat: remove use of with lib;

This commit is contained in:
Mikael Voss
2025-02-14 13:05:36 +01:00
parent a0fe078bef
commit 49d4f866a5
+3 -3
View File
@@ -17,11 +17,11 @@ buildGoModule rec {
vendorHash = "sha256-RqQMCP9rmdTG5AXLXkIQz0vE7qF+3RZ1BDdVRYoHHQs=";
meta = with lib; {
meta = {
homepage = "https://github.com/kc2g-flex-tools/nCAT";
description = "FlexRadio remote control (CAT) via hamlib/rigctl protocol";
license = licenses.mit;
maintainers = with maintainers; [ mvs ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mvs ];
mainProgram = "nCAT";
};
}