rambox: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 17:03:32 +02:00 committed by Jon
parent 77ab79cb4b
commit f284354712

View File

@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Free and Open Source messaging and emailing app that combines common web applications into one";
homepage = "http://rambox.pro";
homepage = "https://rambox.pro";
license = licenses.mit;
maintainers = with maintainers; [ gnidorah ma27 ];
platforms = ["i686-linux" "x86_64-linux"];