treewide: Rename maintainer soispha to bpeetz

This commit is contained in:
Benedikt Peetz
2025-02-22 19:17:06 +01:00
parent aed859a642
commit 5aafcb338b
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import ./make-test-python.nix (
{
name = "redlib";
meta.maintainers = with lib.maintainers; [
soispha
bpeetz
Guanran928
];
+1 -1
View File
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/chasinglogic/licensure";
license = licenses.gpl3Plus;
mainProgram = "licensure";
maintainers = [ maintainers.soispha ];
maintainers = [ maintainers.bpeetz ];
platforms = platforms.linux ++ platforms.darwin;
};
}
+1 -1
View File
@@ -54,6 +54,6 @@ python3.pkgs.buildPythonApplication rec {
description = "Like diff but for PostgreSQL schemas";
homepage = "https://github.com/djrobstep/migra";
license = with licenses; [ unlicense ];
maintainers = with maintainers; [ soispha ];
maintainers = with maintainers; [ bpeetz ];
};
}
+1 -1
View File
@@ -78,7 +78,7 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.agpl3Only;
mainProgram = "redlib";
maintainers = with lib.maintainers; [
soispha
bpeetz
Guanran928
];
};
@@ -95,6 +95,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jeertmans/manim-slides";
license = lib.licenses.mit;
mainProgram = "manim-slides";
maintainers = with lib.maintainers; [ soispha ];
maintainers = with lib.maintainers; [ bpeetz ];
};
}
@@ -108,6 +108,6 @@ buildPythonPackage rec {
description = "Schema inspection for PostgreSQL, and potentially others";
homepage = "https://github.com/djrobstep/schemainspect";
license = with licenses; [ unlicense ];
maintainers = with maintainers; [ soispha ];
maintainers = with maintainers; [ bpeetz ];
};
}
@@ -82,7 +82,7 @@ buildPythonPackage rec {
description = "Handy python code for doing database things";
homepage = "https://github.com/djrobstep/sqlbag";
license = with licenses; [ unlicense ];
maintainers = with maintainers; [ soispha ];
maintainers = with maintainers; [ bpeetz ];
broken = true; # Fails to build against the current flask version
};
}