Unverified Commit 095dec04 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #278808 from mweinelt/maintenance

Scale back maintainership on various packages
parents 57d4305f 46113713
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
      name = "frr";

      meta = with pkgs.lib.maintainers; {
        maintainers = [ hexa ];
        maintainers = [ ];
      };

      nodes = {
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@ pythonPackages.buildPythonApplication rec {
    description = "Mopidy web client with Snapcast support";
    homepage = "https://github.com/cristianpb/muse";
    license = licenses.asl20;
    maintainers = with maintainers; [ hexa ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@ python3Packages.buildPythonApplication rec {
    description = "Mopidy extension for playing music from tunein";
    homepage = "https://github.com/kingosticks/mopidy-tunein";
    license = licenses.asl20;
    maintainers = with maintainers; [ hexa ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ buildPythonPackage rec {
    description = "a library for audio and music analysis";
    homepage = "https://aubio.org";
    license = licenses.gpl3;
    maintainers = with maintainers; [ hexa ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -63,6 +63,6 @@ buildPythonPackage rec {
    description = "CSV on the Web";
    homepage = "https://github.com/cldf/csvw";
    license = licenses.asl20;
    maintainers = with maintainers; [ hexa ];
    maintainers = with maintainers; [ ];
  };
}
Loading