ponyc: Correct meta.homepage to correct domain (#470337)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user