anydesk: fix homepage
This commit is contained in:
parent
102d67b6f4
commit
e7f6bfea32
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue