From a422ada43f7926e263ed6c5f61828ad6d679d19f Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 6 Jul 2018 09:37:37 +0000 Subject: [PATCH] - Update WWW Approved by: portmgr blanket --- lang/ponyc/pkg-descr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ponyc/pkg-descr b/lang/ponyc/pkg-descr index 3e0de89eb903..06c8e61ae30c 100644 --- a/lang/ponyc/pkg-descr +++ b/lang/ponyc/pkg-descr @@ -2,6 +2,6 @@ Pony is an object-oriented, actor-model, capabilities-secure programming language. It's object-oriented because it has classes and objects, like Python, Java, C++, and many other languages. It's actor-model because it has actors (similar to Erlang or Akka). These behave like objects, but they can -also execute code asynchronously. +also execute code asynchronously. -WWW: http://www.ponylang.org/ +WWW: https://www.ponylang.org/