1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
9 url = "mirror://sourceforge/project/gofish/gofish/${version}/${pname}-${version}.tar.gz";
10 sha256 = "0br5nvlna86k4ya4q13gz0i7nlmk225lqmpfiqlkldxkr473kf0s";
14 description = "Lightweight Gopher server";
15 homepage = "https://gofish.sourceforge.net/";
16 license = licenses.gpl2Plus;
17 maintainers = [ maintainers.AndersonTorres ];
18 platforms = platforms.unix;