Update pkgs/applications/networking/instant-messengers/dino/default.nix
Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
This commit is contained in:
parent
4990bd1195
commit
433503323e
@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Modern Jabber/XMPP Client using GTK/Vala";
|
description = "Modern Jabber/XMPP Client using GTK/Vala";
|
||||||
homepage = "https://github.com/dino/dino";
|
homepage = "https://github.com/dino/dino";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = [ platforms.linux platforms.darwin ];
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ mic92 qyliss ];
|
maintainers = with maintainers; [ mic92 qyliss ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user