franz: remove gnidorah as maintainer

For context, see:
https://github.com/NixOS/nixpkgs/pull/71862#issuecomment-545753201

Signed-off-by: David Wood <david@davidtw.co>
This commit is contained in:
David Wood 2019-10-24 13:31:24 +01:00
parent c1fc68a41c
commit 04d4ea0e24
No known key found for this signature in database
GPG Key ID: 2592E76C87381FD9

View File

@ -50,7 +50,7 @@ in stdenv.mkDerivation {
description = "A free messaging app that combines chat & messaging services into one application"; description = "A free messaging app that combines chat & messaging services into one application";
homepage = https://meetfranz.com; homepage = https://meetfranz.com;
license = licenses.free; license = licenses.free;
maintainers = with maintainers; [ davidtwco gnidorah ]; maintainers = [ maintainers.davidtwco ];
platforms = ["x86_64-linux"]; platforms = ["x86_64-linux"];
hydraPlatforms = []; hydraPlatforms = [];
}; };