maintainers: add chrjabs to some packages (#480315)
This commit is contained in:
@@ -96,7 +96,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Simplified Satisfiability Solver";
|
||||
maintainers = with lib.maintainers; [ shnarazk ];
|
||||
maintainers = with lib.maintainers; [
|
||||
shnarazk
|
||||
chrjabs
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://fmv.jku.at/cadical/";
|
||||
|
||||
@@ -46,6 +46,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
matthiasbeyer
|
||||
jk
|
||||
chrjabs
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -91,6 +91,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
wucke13
|
||||
matthiasbeyer
|
||||
CobaltCause
|
||||
chrjabs
|
||||
];
|
||||
|
||||
broken = stdenv.targetPlatform.isRedox;
|
||||
|
||||
@@ -28,6 +28,7 @@ rustPlatform.buildRustPackage rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
matthiasbeyer
|
||||
chrjabs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
matthiasbeyer
|
||||
chrjabs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,6 +21,9 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/orium/cargo-rdme";
|
||||
changelog = "https://github.com/orium/cargo-rdme/blob/v${version}/release-notes.md";
|
||||
license = with lib.licenses; [ mpl20 ];
|
||||
maintainers = with lib.maintainers; [ GoldsteinE ];
|
||||
maintainers = with lib.maintainers; [
|
||||
GoldsteinE
|
||||
chrjabs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -67,6 +67,7 @@ rustPlatform.buildRustPackage rec {
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
matthiasbeyer
|
||||
chrjabs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,6 +48,7 @@ rustPlatform.buildRustPackage rec {
|
||||
maintainers = with lib.maintainers; [
|
||||
oxalica
|
||||
matthiasbeyer
|
||||
chrjabs
|
||||
];
|
||||
mainProgram = "cargo-asm";
|
||||
};
|
||||
|
||||
@@ -42,6 +42,7 @@ rustPlatform.buildRustPackage rec {
|
||||
maintainers = with lib.maintainers; [
|
||||
newam
|
||||
matthiasbeyer
|
||||
chrjabs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,6 +41,7 @@ rustPlatform.buildRustPackage rec {
|
||||
maintainers = with lib.maintainers; [
|
||||
b4dm4n
|
||||
matthiasbeyer
|
||||
chrjabs
|
||||
];
|
||||
mainProgram = "cargo-udeps";
|
||||
};
|
||||
|
||||
@@ -49,6 +49,7 @@ rustPlatform.buildRustPackage rec {
|
||||
maintainers = with lib.maintainers; [
|
||||
otavio
|
||||
matthiasbeyer
|
||||
chrjabs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,7 +17,10 @@ let
|
||||
It is a port of CaDiCaL back to C with improved data structures,
|
||||
better scheduling of inprocessing and optimized algorithms and implementation.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ shnarazk ];
|
||||
maintainers = with lib.maintainers; [
|
||||
shnarazk
|
||||
chrjabs
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://fmv.jku.at/kissat";
|
||||
|
||||
@@ -50,7 +50,10 @@ rustPlatform.buildRustPackage rec {
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ dannixon ];
|
||||
maintainers = with lib.maintainers; [
|
||||
dannixon
|
||||
chrjabs
|
||||
];
|
||||
mainProgram = "release-plz";
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
|
||||
@@ -43,6 +43,7 @@ rustPlatform.buildRustPackage rec {
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
mgttlinger
|
||||
chrjabs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user