1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
8 owner = "makeworld-the-better-one";
11 sha256 = "sha256-P5+yRaf2HioKOclJMMm8bJ8/BtBbNEeYU57TceZVqQ8=";
14 vendorHash = "sha256-l8UwkFCCNUB5zyhlyu8YC++MhmcR6midnElCgdj50OU=";
17 description = "Command line downloader for the Gemini protocol";
18 homepage = "https://github.com/makeworld-the-better-one/gemget";
19 license = licenses.mit;
20 maintainers = with maintainers; [ amfl ];
21 mainProgram = "gemget";