summary refs log tree commit diff
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-30 11:00:52 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-30 11:00:52 -0300
commit1f087c364ac340c5d9db05ebdabc0bde62e07364 (patch)
tree8d906f52d9a31e59537111c099a1b08410ca8be0
parent1dd679809775efc8bebd64aae1fc9e01e4e08fd3 (diff)
downloadnixpkgs-1f087c364ac340c5d9db05ebdabc0bde62e07364.tar
nixpkgs-1f087c364ac340c5d9db05ebdabc0bde62e07364.tar.gz
nixpkgs-1f087c364ac340c5d9db05ebdabc0bde62e07364.tar.bz2
nixpkgs-1f087c364ac340c5d9db05ebdabc0bde62e07364.tar.lz
nixpkgs-1f087c364ac340c5d9db05ebdabc0bde62e07364.tar.xz
nixpkgs-1f087c364ac340c5d9db05ebdabc0bde62e07364.tar.zst
nixpkgs-1f087c364ac340c5d9db05ebdabc0bde62e07364.zip
ponyc: remove superherointj as maintainer
-rw-r--r--pkgs/development/compilers/ponyc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ponyc/default.nix b/pkgs/development/compilers/ponyc/default.nix
index 67beaf6a0a3..ecc84c36707 100644
--- a/pkgs/development/compilers/ponyc/default.nix
+++ b/pkgs/development/compilers/ponyc/default.nix
@@ -103,7 +103,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; [ kamilchm patternspandemic redvers superherointj ];
+    maintainers = with maintainers; [ kamilchm patternspandemic redvers ];
     platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ];
   };
 })