gajim: update download page

This commit is contained in:
sternenseemann 2022-05-26 20:13:57 +02:00 committed by Vincent Laporte
parent f540cdfd07
commit 32ee57e27b

@ -73,7 +73,7 @@ python3.pkgs.buildPythonApplication rec {
description = "Jabber client written in PyGTK";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ raskin abbradar ];
downloadPage = "http://gajim.org/downloads.php";
downloadPage = "http://gajim.org/download/";
platforms = lib.platforms.linux;
};
}