ponyc: Correct meta.homepage to correct domain (#470337)

This commit is contained in:
Aleksana
2025-12-13 03:23:30 +00:00
committed by GitHub
+1 -1
View File
@@ -164,7 +164,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Pony is an Object-oriented, actor-model, capabilities-secure, high performance programming language";
homepage = "https://www.ponylang.org";
homepage = "https://www.ponylang.io";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [
kamilchm