Unverified Commit cc04de45 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

maintainers: remove hyphon81 (#472660)

parents e239fd6f 19009e80
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -131,6 +131,6 @@ buildPythonPackage rec {
      "aarch64-linux"
      "x86_64-linux"
    ];
    maintainers = with lib.maintainers; [ hyphon81 ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}