maintainers: remove aborsu (#498354)

This commit is contained in:
Marcin Serwin
2026-03-18 19:23:57 +00:00
committed by GitHub
7 changed files with 5 additions and 12 deletions
-6
View File
@@ -476,12 +476,6 @@
githubId = 908758;
name = "Abigail Bunyan";
};
aborsu = {
email = "a.borsu@gmail.com";
github = "aborsu";
githubId = 5033617;
name = "Augustin Borsu";
};
aboseley = {
email = "adam.boseley@gmail.com";
github = "aboseley";
@@ -31,7 +31,6 @@ let
in
{
meta.maintainers = with lib.maintainers; [
aborsu
b-m-f
];
+1 -1
View File
@@ -93,7 +93,7 @@ in
meta = {
description = "Wrapper to create jupyter notebook kernel definitions";
homepage = "https://jupyter.org/";
maintainers = with lib.maintainers; [ aborsu ];
maintainers = [ ];
};
};
}
@@ -52,6 +52,6 @@ buildPythonPackage rec {
mainProgram = "ftfy";
homepage = "https://github.com/LuminosoInsight/python-ftfy";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aborsu ];
maintainers = [ ];
};
}
@@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Numpy data type serialization using msgpack";
homepage = "https://github.com/lebedov/msgpack-numpy";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ aborsu ];
maintainers = [ ];
};
}
@@ -35,6 +35,6 @@ buildPythonPackage rec {
homepage = "https://github.com/explosion/murmurhash";
changelog = "https://github.com/explosion/murmurhash/releases/tag/release-v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ aborsu ];
maintainers = [ ];
};
}
@@ -76,6 +76,6 @@ buildPythonPackage rec {
homepage = "https://github.com/explosion/thinc";
changelog = "https://github.com/explosion/thinc/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ aborsu ];
maintainers = [ ];
};
}