Update pkgs/applications/networking/instant-messengers/dino/default.nix

Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
gstqt5
Erin 2020-09-22 01:42:35 +02:00 committed by GitHub
parent 4990bd1195
commit 433503323e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
description = "Modern Jabber/XMPP Client using GTK/Vala";
homepage = "https://github.com/dino/dino";
license = licenses.gpl3;
platforms = [ platforms.linux platforms.darwin ];
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ mic92 qyliss ];
};
}