ponyc: Correct meta.homepage to correct domain

The main domain for the ponylang project moved from ponylang.org
to ponylang.io in March 2019.

cite: https://github.com/ponylang/ponylang-website/pull/412

The domain is a redirect, which is why it hasn't been noticed
before, but the meta-data in nixpkgs should reflect the domain
owned by the Pony Project.
This commit is contained in:
Red Davies
2025-12-12 22:13:01 -05:00
parent 98906a890a
commit e2588995a3
+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