anydesk: fix homepage

This commit is contained in:
Peter Hoeg 2019-04-10 21:30:33 +08:00
parent 102d67b6f4
commit e7f6bfea32

View File

@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
inherit description;
homepage = http://www.anydesk.com;
homepage = https://www.anydesk.com;
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ peterhoeg ];