aria2: Add myself as a maintainer
This commit is contained in:
parent
4140d6352e
commit
1375602b8d
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/tatsuhiro-t/aria2;
|
||||
description = "A lightweight, multi-protocol, multi-source, command-line download utility";
|
||||
maintainers = [ maintainers.koral ];
|
||||
maintainers = with maintainers; [ koral jgeerds ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user