From 938ccb830fa2d93ae27e033758ad3b18549ba58a Mon Sep 17 00:00:00 2001 From: Free Potion <42352817+freepotion@users.noreply.github.com> Date: Wed, 10 Mar 2021 03:26:42 +0300 Subject: [PATCH] boohu: maintainer was removed --- pkgs/games/boohu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/boohu/default.nix b/pkgs/games/boohu/default.nix index 83189353645..6b3c0e04f98 100644 --- a/pkgs/games/boohu/default.nix +++ b/pkgs/games/boohu/default.nix @@ -27,6 +27,6 @@ buildGoPackage rec { homepage = "https://download.tuxfamily.org/boohu/index.html"; license = licenses.isc; platforms = platforms.unix; - maintainers = with maintainers; [freepotion]; + maintainers = with maintainers; []; }; }