summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2021-06-06 02:37:32 -0600
committerChris Martin <ch.martin@gmail.com>2021-06-06 02:38:34 -0600
commit53387621e5fd893947ec4924d320687f8c96c7cb (patch)
tree98842fb6b62c7ff96d5688f8221a31b77a2c33cc /pkgs/applications/blockchains
parent78d9a75d9e4877f712b26239900c97150ad97870 (diff)
downloadnixpkgs-53387621e5fd893947ec4924d320687f8c96c7cb.tar
nixpkgs-53387621e5fd893947ec4924d320687f8c96c7cb.tar.gz
nixpkgs-53387621e5fd893947ec4924d320687f8c96c7cb.tar.bz2
nixpkgs-53387621e5fd893947ec4924d320687f8c96c7cb.tar.lz
nixpkgs-53387621e5fd893947ec4924d320687f8c96c7cb.tar.xz
nixpkgs-53387621e5fd893947ec4924d320687f8c96c7cb.tar.zst
nixpkgs-53387621e5fd893947ec4924d320687f8c96c7cb.zip
remove chris-martin from maintainer list on various crypto packages
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/stellar-core.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/stellar-core.nix b/pkgs/applications/blockchains/stellar-core.nix
index 197453599b2..6ecc4e241cb 100644
--- a/pkgs/applications/blockchains/stellar-core.nix
+++ b/pkgs/applications/blockchains/stellar-core.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = "https://www.stellar.org/";
     platforms = [ "x86_64-linux" ];
-    maintainers = with maintainers; [ chris-martin ];
+    maintainers = with maintainers; [ ];
     license = licenses.asl20;
   };
 }