Merge pull request #191813 from felipeqq2/master
aria2: add main program
This commit is contained in:
commit
cf620c6284
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://aria2.github.io";
|
||||
description = "A lightweight, multi-protocol, multi-source, command-line download utility";
|
||||
mainProgram = "aria2c";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ Br1ght0ne koral ];
|
||||
|
|
Loading…
Reference in a new issue