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