mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
nzbget: add devusb to maintainers
This commit is contained in:
parent
64be3870f4
commit
7e313f81d8
|
@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
changelog = "https://github.com/nzbgetcom/nzbget/releases/tag/v${finalAttrs.version}";
|
||||
license = licenses.gpl2Plus;
|
||||
description = "A command line tool for downloading files from news servers";
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
maintainers = with maintainers; [ pSub devusb ];
|
||||
platforms = with platforms; unix;
|
||||
mainProgram = "nzbget";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue