Skip to content

Commit f273bec

Browse files
committed
edgetx: remove with lib
1 parent 6b917b1 commit f273bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ed/edgetx/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ stdenv.mkDerivation (finalAttrs: {
158158
runHook postBuild
159159
'';
160160

161-
meta = with lib; {
161+
meta = {
162162
description = "EdgeTX Companion transmitter support software";
163163
longDescription = ''
164164
EdgeTX Companion is used for many different tasks like loading EdgeTX
@@ -167,13 +167,13 @@ stdenv.mkDerivation (finalAttrs: {
167167
'';
168168
mainProgram = "companion" + lib.concatStrings (lib.take 2 (lib.splitVersion finalAttrs.version));
169169
homepage = "https://edgetx.org/";
170-
license = licenses.gpl2Only;
170+
license = lib.licenses.gpl2Only;
171171
platforms = [
172172
"i686-linux"
173173
"x86_64-linux"
174174
"aarch64-linux"
175175
];
176-
maintainers = with maintainers; [
176+
maintainers = with lib.maintainers; [
177177
elitak
178178
lopsided98
179179
wucke13

0 commit comments

Comments
 (0)