Unverified Commit debd6458 authored by Morgan Jones's avatar Morgan Jones
Browse files

{ponyc,pony-corral}: add numinit as maintainer

parent 356d7a26
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -146,6 +146,7 @@ stdenv.mkDerivation (rec {
      kamilchm
      patternspandemic
      redvers
      numinit
    ];
    platforms = [
      "x86_64-linux"
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://www.ponylang.io";
    changelog = "https://github.com/ponylang/corral/blob/${finalAttrs.version}/CHANGELOG.md";
    license = licenses.bsd2;
    maintainers = with maintainers; [ redvers ];
    maintainers = with maintainers; [ redvers numinit ];
    inherit (ponyc.meta) platforms;
  };
})