lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #191813 from felipeqq2/master

aria2: add main program

authored by

Ivv and committed by
GitHub
cf620c62 4f9f63fb

+1
+1
pkgs/tools/networking/aria2/default.nix
··· 41 41 meta = with lib; { 42 42 homepage = "https://aria2.github.io"; 43 43 description = "A lightweight, multi-protocol, multi-source, command-line download utility"; 44 + mainProgram = "aria2c"; 44 45 license = licenses.gpl2Plus; 45 46 platforms = platforms.unix; 46 47 maintainers = with maintainers; [ Br1ght0ne koral ];