lol

treewide: drop things the c3d2 is no longer using (#442588)

authored by

Sandro and committed by
GitHub
be175052 d1179922

-10
-1
pkgs/applications/audio/codecserver/default.nix
··· 41 41 description = "Modular audio codec server"; 42 42 license = licenses.gpl3Only; 43 43 platforms = platforms.unix; 44 - teams = [ teams.c3d2 ]; 45 44 mainProgram = "codecserver"; 46 45 }; 47 46 }
-1
pkgs/by-name/cs/csdr/package.nix
··· 48 48 license = licenses.gpl3Only; 49 49 platforms = platforms.unix; 50 50 broken = stdenv.hostPlatform.isDarwin; 51 - teams = [ teams.c3d2 ]; 52 51 }; 53 52 }
-1
pkgs/by-name/di/digiham/package.nix
··· 46 46 description = "Tools for decoding digital ham communication"; 47 47 license = lib.licenses.gpl3Only; 48 48 platforms = lib.platforms.unix; 49 - teams = [ lib.teams.c3d2 ]; 50 49 }; 51 50 })
-1
pkgs/by-name/dr/drone-runner-ssh/package.nix
··· 21 21 description = "Experimental Drone runner that executes a pipeline on a remote machine"; 22 22 homepage = "https://github.com/drone-runners/drone-runner-ssh"; 23 23 license = licenses.unfreeRedistributable; 24 - teams = [ teams.c3d2 ]; 25 24 mainProgram = "drone-runner-ssh"; 26 25 }; 27 26 }
-1
pkgs/by-name/m1/m17-cxx-demod/package.nix
··· 44 44 homepage = "https://github.com/mobilinkd/m17-cxx-demod"; 45 45 license = licenses.gpl3Only; 46 46 platforms = platforms.unix; 47 - teams = [ teams.c3d2 ]; 48 47 # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs 49 48 broken = stdenv.hostPlatform.isDarwin; 50 49 };
-1
pkgs/by-name/op/openipmi/package.nix
··· 42 42 ]; 43 43 platforms = platforms.linux; 44 44 maintainers = with maintainers; [ arezvov ]; 45 - teams = [ teams.c3d2 ]; 46 45 }; 47 46 }
-1
pkgs/by-name/wa/wander/package.nix
··· 36 36 description = "Terminal app/TUI for HashiCorp Nomad"; 37 37 license = licenses.mit; 38 38 homepage = "https://github.com/robinovitch61/wander"; 39 - teams = [ teams.c3d2 ]; 40 39 mainProgram = "wander"; 41 40 }; 42 41 }
-1
pkgs/development/python-modules/napalm/default.nix
··· 91 91 description = "Network Automation and Programmability Abstraction Layer with Multivendor support"; 92 92 homepage = "https://github.com/napalm-automation/napalm"; 93 93 license = licenses.asl20; 94 - teams = [ teams.c3d2 ]; 95 94 }; 96 95 }
-1
pkgs/development/python-modules/pycsdr/default.nix
··· 27 27 homepage = "https://github.com/jketterl/pycsdr"; 28 28 description = "Bindings for the csdr library"; 29 29 license = lib.licenses.gpl3Only; 30 - teams = [ lib.teams.c3d2 ]; 31 30 }; 32 31 }
-1
pkgs/development/python-modules/pydigiham/default.nix
··· 38 38 homepage = "https://github.com/jketterl/pydigiham"; 39 39 description = "Bindings for the csdr library"; 40 40 license = lib.licenses.gpl3Only; 41 - teams = [ lib.teams.c3d2 ]; 42 41 }; 43 42 }