1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

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

This commit is contained in:
Manuel Bärenz 2024-07-15 14:32:35 +02:00 committed by Manuel Bärenz
parent 7cb3b97b2d
commit 1008468f8d
4 changed files with 2 additions and 4 deletions

View file

@ -38,7 +38,6 @@ buildPythonPackage rec {
changelog = "https://github.com/geomet/geomet/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [
turion
ris
];
};

View file

@ -67,7 +67,6 @@ buildPythonPackage rec {
license = licenses.gpl2Only;
maintainers = with maintainers; [
neosimsim
turion
];
};
}

View file

@ -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; [ ];
};
}

View file

@ -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; [ ];
};
}