ponyc: remove myself as maintainer

wip/yesman
Chris Double 4 years ago committed by Alyssa Ross
parent 743169a07b
commit 02004e4a1f
  1. 2
      pkgs/development/compilers/ponyc/default.nix

@ -107,7 +107,7 @@ stdenv.mkDerivation (rec {
description = "Pony is an Object-oriented, actor-model, capabilities-secure, high performance programming language";
homepage = "https://www.ponylang.org";
license = licenses.bsd2;
maintainers = with maintainers; [ doublec kamilchm patternspandemic redvers ];
maintainers = with maintainers; [ kamilchm patternspandemic redvers ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
})

Loading…
Cancel
Save