summary refs log tree commit diff
path: root/pkgs/development/compilers/ponyc/pony-corral.nix
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-30 11:00:40 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-30 11:00:40 -0300
commit1dd679809775efc8bebd64aae1fc9e01e4e08fd3 (patch)
tree9e6711399635275fbe9110d9029d28a93aa8dad5 /pkgs/development/compilers/ponyc/pony-corral.nix
parent20c9e1965ad6c08784ad40390f76a5bd049bae55 (diff)
downloadnixpkgs-1dd679809775efc8bebd64aae1fc9e01e4e08fd3.tar
nixpkgs-1dd679809775efc8bebd64aae1fc9e01e4e08fd3.tar.gz
nixpkgs-1dd679809775efc8bebd64aae1fc9e01e4e08fd3.tar.bz2
nixpkgs-1dd679809775efc8bebd64aae1fc9e01e4e08fd3.tar.lz
nixpkgs-1dd679809775efc8bebd64aae1fc9e01e4e08fd3.tar.xz
nixpkgs-1dd679809775efc8bebd64aae1fc9e01e4e08fd3.tar.zst
nixpkgs-1dd679809775efc8bebd64aae1fc9e01e4e08fd3.zip
pony-corral: remove superherointj as maintainer
Diffstat (limited to 'pkgs/development/compilers/ponyc/pony-corral.nix')
-rw-r--r--pkgs/development/compilers/ponyc/pony-corral.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ponyc/pony-corral.nix b/pkgs/development/compilers/ponyc/pony-corral.nix
index e47bfd376c9..db2473f2914 100644
--- a/pkgs/development/compilers/ponyc/pony-corral.nix
+++ b/pkgs/development/compilers/ponyc/pony-corral.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation ( rec {
     homepage = "https://www.ponylang.io";
     changelog = "https://github.com/ponylang/corral/blob/${version}/CHANGELOG.md";
     license = licenses.bsd2;
-    maintainers = with maintainers; [ redvers superherointj ];
+    maintainers = with maintainers; [ redvers ];
     platforms = [ "x86_64-linux" "x86_64-darwin" ];
   };
 })