From 115cd57ab52bc11415e53a2a176f3e6be8d2c6d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 10 May 2023 09:12:05 +0100 Subject: [PATCH] harmonia: drop fab Co-authored-by: Sandro --- pkgs/tools/package-management/harmonia/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/package-management/harmonia/default.nix b/pkgs/tools/package-management/harmonia/default.nix index 9a7fd49edf18..01155ebbf191 100644 --- a/pkgs/tools/package-management/harmonia/default.nix +++ b/pkgs/tools/package-management/harmonia/default.nix @@ -41,6 +41,6 @@ rustPlatform.buildRustPackage rec { description = "Nix binary cache"; homepage = "https://github.com/nix-community/harmonia"; license = licenses.mit; - maintainers = with maintainers; [ fab mic92 ]; + maintainers = with maintainers; [ mic92 ]; }; }