Merge pull request #259437 from SuperSandro2000/matrix-projects
{quaternion,tensor}: update homepage
This commit is contained in:
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Cross-platform desktop IM client for the Matrix protocol";
|
||||
homepage = "https://matrix.org/docs/projects/client/quaternion.html";
|
||||
homepage = "https://matrix.org/ecosystem/clients/quaternion/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
inherit (qtquickcontrols2.meta) platforms;
|
||||
|
||||
@@ -60,7 +60,7 @@ mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://matrix.org/docs/projects/client/tensor.html";
|
||||
homepage = "https://github.com/davidar/tensor";
|
||||
description = "Cross-platform Qt5/QML-based Matrix client";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
|
||||
Reference in New Issue
Block a user