rambox: update homepage link to use HTTPS
This commit is contained in:
parent
77ab79cb4b
commit
f284354712
|
@ -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"];
|
||||
|
|
Loading…
Reference in New Issue