summary refs log tree commit diff
path: root/pkgs/games/boohu
diff options
context:
space:
mode:
authorFree Potion <42352817+freepotion@users.noreply.github.com>2021-03-10 03:26:42 +0300
committerFree Potion <42352817+freepotion@users.noreply.github.com>2021-03-10 03:26:42 +0300
commit938ccb830fa2d93ae27e033758ad3b18549ba58a (patch)
treed64f7f4ed7c206d22723fad4f7df8a2337573e64 /pkgs/games/boohu
parent4330c9014925ce5825461076832f33e93f6310df (diff)
downloadnixpkgs-938ccb830fa2d93ae27e033758ad3b18549ba58a.tar
nixpkgs-938ccb830fa2d93ae27e033758ad3b18549ba58a.tar.gz
nixpkgs-938ccb830fa2d93ae27e033758ad3b18549ba58a.tar.bz2
nixpkgs-938ccb830fa2d93ae27e033758ad3b18549ba58a.tar.lz
nixpkgs-938ccb830fa2d93ae27e033758ad3b18549ba58a.tar.xz
nixpkgs-938ccb830fa2d93ae27e033758ad3b18549ba58a.tar.zst
nixpkgs-938ccb830fa2d93ae27e033758ad3b18549ba58a.zip
boohu: maintainer was removed
Diffstat (limited to 'pkgs/games/boohu')
-rw-r--r--pkgs/games/boohu/default.nix2
1 files changed, 1 insertions, 1 deletions
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; [];
   };
 }