{anytype,dogdns,envchain,kafka-delta-ingest,nwg-launchers,pazi,starship,tab-rs,yggdrasil,zenith}: remove bbigras as maintainer

No longer use those packages.

authored by Bruno Bigras and committed by Anderson Torres 1e45a236 2824b718

+10 -10
+1 -1
pkgs/applications/misc/anytype/default.nix
··· 34 34 description = "P2P note-taking tool"; 35 35 homepage = "https://anytype.io/"; 36 36 license = licenses.unfree; 37 - maintainers = with maintainers; [ bbigras ]; 37 + maintainers = with maintainers; [ ]; 38 38 platforms = [ "x86_64-linux" ]; 39 39 }; 40 40 }
+1 -1
pkgs/applications/misc/nwg-launchers/default.nix
··· 46 46 homepage = "https://github.com/nwg-piotr/nwg-launchers"; 47 47 license = licenses.gpl3; 48 48 platforms = platforms.linux; 49 - maintainers = with maintainers; [ bbigras ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/by-name/yg/yggdrasil/package.nix
··· 30 30 "An experiment in scalable routing as an encrypted IPv6 overlay network"; 31 31 homepage = "https://yggdrasil-network.github.io/"; 32 32 license = licenses.lgpl3; 33 - maintainers = with maintainers; [ bbigras ehmry gazally lassulus ]; 33 + maintainers = with maintainers; [ ehmry gazally lassulus ]; 34 34 }; 35 35 }
+1 -1
pkgs/development/tools/kafka-delta-ingest/default.nix
··· 46 46 description = "A highly efficient daemon for streaming data from Kafka into Delta Lake"; 47 47 homepage = "https://github.com/delta-io/kafka-delta-ingest"; 48 48 license = licenses.asl20; 49 - maintainers = with maintainers; [ bbigras ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/tools/misc/envchain/default.nix
··· 27 27 homepage = "https://github.com/sorah/envchain"; 28 28 license = licenses.mit; 29 29 platforms = platforms.unix; 30 - maintainers = with maintainers; [ bbigras ]; 30 + maintainers = with maintainers; [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/tools/misc/pazi/default.nix
··· 19 19 description = "An autojump \"zap to directory\" helper"; 20 20 homepage = "https://github.com/euank/pazi"; 21 21 license = licenses.gpl3; 22 - maintainers = with maintainers; [ bbigras ]; 22 + maintainers = with maintainers; [ ]; 23 23 }; 24 24 }
+1 -1
pkgs/tools/misc/starship/default.nix
··· 55 55 description = "A minimal, blazing fast, and extremely customizable prompt for any shell"; 56 56 homepage = "https://starship.rs"; 57 57 license = licenses.isc; 58 - maintainers = with maintainers; [ bbigras danth davidtwco Br1ght0ne Frostman marsam ]; 58 + maintainers = with maintainers; [ danth davidtwco Br1ght0ne Frostman marsam ]; 59 59 mainProgram = "starship"; 60 60 }; 61 61 }
+1 -1
pkgs/tools/misc/tab-rs/default.nix
··· 22 22 description = "Intuitive, config-driven terminal multiplexer designed for software & systems engineers"; 23 23 homepage = "https://github.com/austinjones/tab-rs"; 24 24 license = licenses.mit; 25 - maintainers = with maintainers; [ bbigras ]; 25 + maintainers = with maintainers; [ ]; 26 26 mainProgram = "tab"; 27 27 }; 28 28 }
+1 -1
pkgs/tools/networking/dogdns/default.nix
··· 63 63 description = "Command-line DNS client"; 64 64 homepage = "https://dns.lookup.dog"; 65 65 license = licenses.eupl12; 66 - maintainers = with maintainers; [ bbigras figsoda ]; 66 + maintainers = with maintainers; [ figsoda ]; 67 67 mainProgram = "dog"; 68 68 }; 69 69 }
+1 -1
pkgs/tools/system/zenith/default.nix
··· 48 48 + lib.optionalString nvidiaSupport ", and NVIDIA GPU usage"; 49 49 homepage = "https://github.com/bvaisvil/zenith"; 50 50 license = licenses.mit; 51 - maintainers = with maintainers; [ bbigras ]; 51 + maintainers = with maintainers; [ ]; 52 52 platforms = platforms.unix; 53 53 }; 54 54 }