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:
parent
7cb3b97b2d
commit
1008468f8d
|
@ -38,7 +38,6 @@ buildPythonPackage rec {
|
|||
changelog = "https://github.com/geomet/geomet/releases/tag/${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
turion
|
||||
ris
|
||||
];
|
||||
};
|
||||
|
|
|
@ -67,7 +67,6 @@ buildPythonPackage rec {
|
|||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [
|
||||
neosimsim
|
||||
turion
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue