File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments