···46 description = "Tools for decoding digital ham communication";
47 license = lib.licenses.gpl3Only;
48 platforms = lib.platforms.unix;
49- teams = [ lib.teams.c3d2 ];
50 };
51})
···46 description = "Tools for decoding digital ham communication";
47 license = lib.licenses.gpl3Only;
48 platforms = lib.platforms.unix;
049 };
50})
-1
pkgs/by-name/dr/drone-runner-ssh/package.nix
···21 description = "Experimental Drone runner that executes a pipeline on a remote machine";
22 homepage = "https://github.com/drone-runners/drone-runner-ssh";
23 license = licenses.unfreeRedistributable;
24- teams = [ teams.c3d2 ];
25 mainProgram = "drone-runner-ssh";
26 };
27}
···21 description = "Experimental Drone runner that executes a pipeline on a remote machine";
22 homepage = "https://github.com/drone-runners/drone-runner-ssh";
23 license = licenses.unfreeRedistributable;
024 mainProgram = "drone-runner-ssh";
25 };
26}
-1
pkgs/by-name/m1/m17-cxx-demod/package.nix
···44 homepage = "https://github.com/mobilinkd/m17-cxx-demod";
45 license = licenses.gpl3Only;
46 platforms = platforms.unix;
47- teams = [ teams.c3d2 ];
48 # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
49 broken = stdenv.hostPlatform.isDarwin;
50 };
···44 homepage = "https://github.com/mobilinkd/m17-cxx-demod";
45 license = licenses.gpl3Only;
46 platforms = platforms.unix;
047 # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
48 broken = stdenv.hostPlatform.isDarwin;
49 };