Merge pull request #115659 from freepotion/boohu-remove-maintainer

boohu: maintainer removed
This commit is contained in:
Sandro
2021-03-10 02:31:26 +01:00
committed by GitHub

View File

@@ -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; [];
};
}