1
0
Fork 1
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:
Morgan Helton 2024-03-18 21:12:18 -05:00
parent 64be3870f4
commit 7e313f81d8

View file

@ -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";
};