maintainers: add BridgeSenseDev (#474957)
This commit is contained in:
@@ -3918,6 +3918,12 @@
|
||||
githubId = 15181236;
|
||||
keys = [ { fingerprint = "AE1E 3B80 7727 C974 B972 AB3C C324 01C3 BF52 1179"; } ];
|
||||
};
|
||||
bridgesense = {
|
||||
name = "Saad Nadeem";
|
||||
email = "saad29nadeem@gmail.com";
|
||||
github = "BridgeSenseDev";
|
||||
githubId = 88615188;
|
||||
};
|
||||
britter = {
|
||||
name = "Benedikt Ritter";
|
||||
email = "beneritter@gmail.com";
|
||||
|
||||
@@ -21,6 +21,9 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/pythops/impala";
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = [ lib.maintainers.nydragon ];
|
||||
maintainers = with lib.maintainers; [
|
||||
nydragon
|
||||
bridgesense
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user