Unverified Commit 82a87c99 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #307431 from FRidh/remove-maintainer-fridh

Removing FRidh as active maintainer of packages
parents c4ad1656 5772ac5a
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@

# GitHub actions
/.github/workflows @NixOS/Security @Mic92 @zowoq
/.github/workflows/merge-staging @FRidh

# EditorConfig
/.editorconfig @Mic92 @zowoq
@@ -125,10 +124,8 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @raitobezarius @ma27
/pkgs/common-updater/scripts/update-source-version    @jtojnar

# Python-related code and docs
/maintainers/scripts/update-python-libraries	              @FRidh
/pkgs/development/interpreters/python                       @FRidh
/doc/languages-frameworks/python.section.md                 @FRidh @mweinelt
/pkgs/development/interpreters/python/hooks                 @FRidh @jonringer
/doc/languages-frameworks/python.section.md                 @mweinelt
/pkgs/development/interpreters/python/hooks                 @jonringer

# Haskell
/doc/languages-frameworks/haskell.section.md  @sternenseemann @maralorn @ncfavier
+0 −4
Original line number Diff line number Diff line
@@ -878,7 +878,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/pytoolz/toolz";
    description = "List processing tools and functional utilities";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ fridh ];
  };
}
```
@@ -1013,7 +1012,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/ContinuumIO/datashape";
    description = "A data description language";
    license = lib.licenses.bsd2;
    maintainers = with lib.maintainers; [ fridh ];
  };
}
```
@@ -1134,7 +1132,6 @@ buildPythonPackage rec {
    description = "A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms";
    homepage = "http://hgomersall.github.com/pyFFTW";
    license = with lib.licenses; [ bsd2 bsd3 ];
    maintainers = with lib.maintainers; [ fridh ];
  };
}
```
@@ -1494,7 +1491,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/pytoolz/toolz/";
    description = "List processing tools and functional utilities";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ fridh ];
  };
}
```
+0 −1
Original line number Diff line number Diff line
@@ -826,7 +826,6 @@ with lib.maintainers; {

  python = {
    members = [
      fridh
      hexa
      jonringer
      tjni
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ stdenv.mkDerivation rec {
  meta = {
    description = "User-friendly TeX/LaTeX authoring tool for the KDE desktop environment";
    homepage = "https://www.kde.org/applications/office/kile/";
    maintainers = with lib.maintainers; [ fridh ];
    license = lib.licenses.gpl2Plus;
    mainProgram = "kile";
  };
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ mkDerivation {
    mainProgram = "filelight";
    homepage = "https://apps.kde.org/filelight/";
    license = with lib.licenses; [ gpl2 ];
    maintainers = with lib.maintainers; [ fridh vcunat ];
    maintainers = with lib.maintainers; [ vcunat ];
  };
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  propagatedBuildInputs = [
Loading