maintainers: add chrjabs to some packages (#480315)

This commit is contained in:
Matthias Beyer
2026-01-16 07:23:37 +00:00
committed by GitHub
14 changed files with 26 additions and 4 deletions
+4 -1
View File
@@ -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/";
+1
View File
@@ -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
];
};
}
+4 -1
View File
@@ -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
];
};
}
+1
View File
@@ -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
];
};
}
+4 -1
View File
@@ -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";
+4 -1
View File
@@ -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;
};
+1
View File
@@ -43,6 +43,7 @@ rustPlatform.buildRustPackage rec {
];
maintainers = with lib.maintainers; [
mgttlinger
chrjabs
];
};
}