Commit e2588995 authored by Red Davies's avatar Red Davies
Browse files

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.
parent 98906a89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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