Rename maintainer soispha to bpeetz (#384309)
This commit is contained in:
@@ -3368,6 +3368,14 @@
|
||||
githubId = 115711;
|
||||
name = "bpaulin";
|
||||
};
|
||||
bpeetz = {
|
||||
name = "Benedikt Peetz";
|
||||
email = "benedikt.peetz@b-peetz.de";
|
||||
matrix = "@soispha:vhack.eu";
|
||||
github = "bpeetz";
|
||||
githubId = 140968250;
|
||||
keys = [ { fingerprint = "8321 ED3A 8DB9 99A5 1F3B F80F F268 2914 EA42 DE26"; } ];
|
||||
};
|
||||
Br1ght0ne = {
|
||||
email = "brightone@protonmail.com";
|
||||
github = "Br1ght0ne";
|
||||
@@ -22017,14 +22025,6 @@
|
||||
githubId = 7116239;
|
||||
keys = [ { fingerprint = "E067 520F 5EF2 C175 3F60 50C0 BA46 725F 6A26 7442"; } ];
|
||||
};
|
||||
soispha = {
|
||||
name = "Soispha";
|
||||
email = "soispha@vhack.eu";
|
||||
matrix = "@soispha:vhack.eu";
|
||||
github = "soispha";
|
||||
githubId = 132207423;
|
||||
keys = [ { fingerprint = "9606 FC74 9FCE 1636 0723 D4AD A5E9 4010 C3A6 42AD"; } ];
|
||||
};
|
||||
solson = {
|
||||
email = "scott@solson.me";
|
||||
matrix = "@solson:matrix.org";
|
||||
|
||||
@@ -3,7 +3,7 @@ import ./make-test-python.nix (
|
||||
{
|
||||
name = "redlib";
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
soispha
|
||||
bpeetz
|
||||
Guanran928
|
||||
];
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user