From 39a53986576f5b0482206b21f6c84e2dae4857de Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Mon, 25 Jul 2022 09:42:54 +0800 Subject: [PATCH] swap maintainer --- pkgs/tools/misc/ix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/ix/default.nix b/pkgs/tools/misc/ix/default.nix index 85a1ca085e14..e3fc85406e8e 100644 --- a/pkgs/tools/misc/ix/default.nix +++ b/pkgs/tools/misc/ix/default.nix @@ -30,7 +30,7 @@ resholve.mkDerivation { meta = with lib; { homepage = "http://ix.io"; description = "Command line pastebin"; - maintainers = with maintainers; [ asymmetric ]; + maintainers = with maintainers; [ peterhoeg ]; platforms = platforms.all; }; }