Skip to content

Commit

Permalink
treewide: Rename maintainer soispha to bpeetz
Browse files Browse the repository at this point in the history
  • Loading branch information
bpeetz committed Feb 22, 2025
1 parent aed859a commit 5aafcb3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nixos/tests/redlib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ./make-test-python.nix (
{
name = "redlib";
meta.maintainers = with lib.maintainers; [
soispha
bpeetz
Guanran928
];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/li/licensure/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/mi/migra/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/re/redlib/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.agpl3Only;
mainProgram = "redlib";
maintainers = with lib.maintainers; [
soispha
bpeetz
Guanran928
];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/manim-slides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/schemainspect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/sqlbag/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
}

0 comments on commit 5aafcb3

Please sign in to comment.