From 66c88f6bcc2fd582de181c385dccfad1f7baaade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kugland?= Date: Thu, 16 May 2024 13:46:48 -0300 Subject: [PATCH] bip39: Removed maintainer --- pkgs/bip39/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/bip39/default.nix b/pkgs/bip39/default.nix index d32545b..975bbac 100644 --- a/pkgs/bip39/default.nix +++ b/pkgs/bip39/default.nix @@ -30,6 +30,6 @@ stdenv.mkDerivation (final: rec { homepage = ""; license = licenses.mit; platforms = platforms.unix; - maintainers = with maintainers; [ kugland ]; + maintainers = with maintainers; [ ]; }; })