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:
@@ -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