maintainers: remove hyphon81 (#472660)

This commit is contained in:
Aleksana
2025-12-28 06:19:35 +00:00
committed by GitHub
5 changed files with 4 additions and 10 deletions
-6
View File
@@ -10850,12 +10850,6 @@
githubId = 2332070;
name = "Serge Baltic";
};
hyphon81 = {
email = "zero812n@gmail.com";
github = "hyphon81";
githubId = 12491746;
name = "Masato Yonekawa";
};
hyshka = {
name = "Bryan Hyshka";
email = "bryan@hyshka.com";
@@ -131,6 +131,6 @@ buildPythonPackage rec {
"aarch64-linux"
"x86_64-linux"
];
maintainers = with lib.maintainers; [ hyphon81 ];
maintainers = [ ];
};
}
@@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "RLock implementation for CPython";
homepage = "https://github.com/scoder/fastrlock";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hyphon81 ];
maintainers = [ ];
};
}
@@ -44,6 +44,6 @@ buildPythonPackage rec {
description = "Platform independent file lock for Python";
homepage = "https://github.com/benediktschmitt/py-filelock";
license = lib.licenses.unlicense;
maintainers = with lib.maintainers; [ hyphon81 ];
maintainers = [ ];
};
}
@@ -44,6 +44,6 @@ buildPythonPackage rec {
description = "Wrapper for Speech Signal Processing Toolkit (SPTK)";
homepage = "https://pysptk.readthedocs.io/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hyphon81 ];
maintainers = [ ];
};
}