From a62b87270e9e1ddbb8d160ea262ba6cd78eda141 Mon Sep 17 00:00:00 2001 From: Chris Double Date: Mon, 9 Nov 2020 21:41:49 +1300 Subject: [PATCH] namecoin: remove myself as maintainer --- pkgs/applications/blockchains/namecoin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/blockchains/namecoin.nix b/pkgs/applications/blockchains/namecoin.nix index 936eaa2505e..cbce1773104 100644 --- a/pkgs/applications/blockchains/namecoin.nix +++ b/pkgs/applications/blockchains/namecoin.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency"; homepage = "https://namecoin.org"; license = licenses.mit; - maintainers = with maintainers; [ doublec infinisil ]; + maintainers = with maintainers; [ infinisil ]; platforms = platforms.linux; }; }