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

No longer use those packages.
This commit is contained in:
Bruno Bigras 2023-11-08 17:48:11 -05:00 committed by Anderson Torres
parent 2824b718a1
commit 1e45a23642
10 changed files with 10 additions and 10 deletions

View File

@ -34,7 +34,7 @@ appimageTools.wrapType2 {
description = "P2P note-taking tool";
homepage = "https://anytype.io/";
license = licenses.unfree;
maintainers = with maintainers; [ bbigras ];
maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/nwg-piotr/nwg-launchers";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ bbigras ];
maintainers = with maintainers; [ ];
};
}

View File

@ -30,6 +30,6 @@ buildGoModule rec {
"An experiment in scalable routing as an encrypted IPv6 overlay network";
homepage = "https://yggdrasil-network.github.io/";
license = licenses.lgpl3;
maintainers = with maintainers; [ bbigras ehmry gazally lassulus ];
maintainers = with maintainers; [ ehmry gazally lassulus ];
};
}

View File

@ -46,6 +46,6 @@ rustPlatform.buildRustPackage rec {
description = "A highly efficient daemon for streaming data from Kafka into Delta Lake";
homepage = "https://github.com/delta-io/kafka-delta-ingest";
license = licenses.asl20;
maintainers = with maintainers; [ bbigras ];
maintainers = with maintainers; [ ];
};
}

View File

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/sorah/envchain";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ bbigras ];
maintainers = with maintainers; [ ];
};
}

View File

@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
description = "An autojump \"zap to directory\" helper";
homepage = "https://github.com/euank/pazi";
license = licenses.gpl3;
maintainers = with maintainers; [ bbigras ];
maintainers = with maintainers; [ ];
};
}

View File

@ -55,7 +55,7 @@ rustPlatform.buildRustPackage rec {
description = "A minimal, blazing fast, and extremely customizable prompt for any shell";
homepage = "https://starship.rs";
license = licenses.isc;
maintainers = with maintainers; [ bbigras danth davidtwco Br1ght0ne Frostman marsam ];
maintainers = with maintainers; [ danth davidtwco Br1ght0ne Frostman marsam ];
mainProgram = "starship";
};
}

View File

@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
description = "Intuitive, config-driven terminal multiplexer designed for software & systems engineers";
homepage = "https://github.com/austinjones/tab-rs";
license = licenses.mit;
maintainers = with maintainers; [ bbigras ];
maintainers = with maintainers; [ ];
mainProgram = "tab";
};
}

View File

@ -63,7 +63,7 @@ rustPlatform.buildRustPackage rec {
description = "Command-line DNS client";
homepage = "https://dns.lookup.dog";
license = licenses.eupl12;
maintainers = with maintainers; [ bbigras figsoda ];
maintainers = with maintainers; [ figsoda ];
mainProgram = "dog";
};
}

View File

@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
+ lib.optionalString nvidiaSupport ", and NVIDIA GPU usage";
homepage = "https://github.com/bvaisvil/zenith";
license = licenses.mit;
maintainers = with maintainers; [ bbigras ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}