summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-06-11 19:49:38 +0200
committerGitHub <noreply@github.com>2021-06-11 19:49:38 +0200
commit2c31bc7f200b6a6db59787bd6ac6f9d48d69ed89 (patch)
treee8d4df621d8f963b7f818d2de10188915811f9f1 /pkgs/applications/blockchains
parente81442bbb27fd86b98ff7c63fb4eaea96830715b (diff)
parent53387621e5fd893947ec4924d320687f8c96c7cb (diff)
downloadnixpkgs-2c31bc7f200b6a6db59787bd6ac6f9d48d69ed89.tar
nixpkgs-2c31bc7f200b6a6db59787bd6ac6f9d48d69ed89.tar.gz
nixpkgs-2c31bc7f200b6a6db59787bd6ac6f9d48d69ed89.tar.bz2
nixpkgs-2c31bc7f200b6a6db59787bd6ac6f9d48d69ed89.tar.lz
nixpkgs-2c31bc7f200b6a6db59787bd6ac6f9d48d69ed89.tar.xz
nixpkgs-2c31bc7f200b6a6db59787bd6ac6f9d48d69ed89.tar.zst
nixpkgs-2c31bc7f200b6a6db59787bd6ac6f9d48d69ed89.zip
Merge pull request #125918 from chris-martin/crypto-maintainer
Removing myself from some maintainer lists
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;
   };
 }