anydesk: fix homepage
This commit is contained in:
parent
102d67b6f4
commit
e7f6bfea32
|
@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit description;
|
inherit description;
|
||||||
homepage = http://www.anydesk.com;
|
homepage = https://www.anydesk.com;
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
|
|
Loading…
Reference in New Issue