maintainers: changing my name: fettgoenner -> pmeinhold (#492052)
This commit is contained in:
@@ -8637,12 +8637,6 @@
|
||||
githubId = 5198058;
|
||||
name = "Udo Sauer";
|
||||
};
|
||||
fettgoenner = {
|
||||
email = "paulmatti@protonmail.com";
|
||||
github = "fettgoenner";
|
||||
githubId = 92429150;
|
||||
name = "Paul Meinhold";
|
||||
};
|
||||
feyorsh = {
|
||||
email = "george@feyor.sh";
|
||||
github = "Feyorsh";
|
||||
@@ -21140,6 +21134,12 @@
|
||||
githubId = 103822;
|
||||
name = "Patrick Mahoney";
|
||||
};
|
||||
pmeinhold = {
|
||||
email = "paulmatti@protonmail.com";
|
||||
github = "pmeinhold";
|
||||
githubId = 92429150;
|
||||
name = "Paul Meinhold";
|
||||
};
|
||||
pmenke = {
|
||||
email = "nixos@pmenke.de";
|
||||
github = "pmenke-de";
|
||||
|
||||
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ fettgoenner ];
|
||||
maintainers = with lib.maintainers; [ pmeinhold ];
|
||||
changelog = "https://gcg.or.rwth-aachen.de/doc-3.5.0/RN${lib.versions.major version}${lib.versions.minor version}.html";
|
||||
description = "Branch-and-Price & Column Generation for Everyone";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
|
||||
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
doCheck = true;
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ fettgoenner ];
|
||||
maintainers = with lib.maintainers; [ pmeinhold ];
|
||||
description = "Parallel Presolve for Integer and Linear Optimization";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
homepage = "https://github.com/scipopt/papilo";
|
||||
|
||||
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ fettgoenner ];
|
||||
maintainers = with lib.maintainers; [ pmeinhold ];
|
||||
changelog = "https://scipopt.org/doc-${finalAttrs.version}/html/RN${lib.versions.major finalAttrs.version}.php";
|
||||
description = "Solving Constraint Integer Programs";
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Sequential object-oriented simPlex";
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
mainProgram = "soplex";
|
||||
maintainers = with lib.maintainers; [ fettgoenner ];
|
||||
maintainers = with lib.maintainers; [ pmeinhold ];
|
||||
changelog = "https://soplex.zib.de/doc-${finalAttrs.version}/html/CHANGELOG.php";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ fettgoenner ];
|
||||
maintainers = with lib.maintainers; [ pmeinhold ];
|
||||
changelog = "https://scipopt.org/doc-${scipVersion}/html/RN${lib.versions.major scipVersion}.php";
|
||||
description = "Ubiquity Generator framework to parallelize branch-and-bound based solvers";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
|
||||
@@ -44,11 +44,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postCheck
|
||||
'';
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ fettgoenner ];
|
||||
maintainers = with lib.maintainers; [ pmeinhold ];
|
||||
platforms = lib.platforms.linux;
|
||||
broken = stdenv.isDarwin;
|
||||
changelog = "https://zimpl.zib.de/download/CHANGELOG.txt";
|
||||
description = "Zuse Institut Mathematical Programming Language";
|
||||
description = "Zuse Institute Mathematical Programming Language";
|
||||
longDescription = ''
|
||||
ZIMPL is a little language to translate the mathematical model of a
|
||||
problem into a linear or (mixed-)integer mathematical program
|
||||
|
||||
Reference in New Issue
Block a user