Commit 1008468f authored by Manuel Bärenz's avatar Manuel Bärenz Committed by Manuel Bärenz
Browse files

pythonModules.*, rabbitmq-server: Remove turion as maintainer

parent 7cb3b97b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ buildPythonPackage rec {
    changelog = "https://github.com/geomet/geomet/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [
      turion
      ris
    ];
  };
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ buildPythonPackage rec {
    license = licenses.gpl2Only;
    maintainers = with maintainers; [
      neosimsim
      turion
    ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -54,6 +54,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/laughingman7743/PyAthena/";
    changelog = "https://github.com/laughingman7743/PyAthena/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ turion ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -91,6 +91,6 @@ stdenv.mkDerivation rec {
    changelog = "https://github.com/rabbitmq/rabbitmq-server/releases/tag/v${version}";
    license = lib.licenses.mpl20;
    platforms = lib.platforms.unix;
    maintainers = with lib.maintainers; [ turion ];
    maintainers = with lib.maintainers; [ ];
  };
}