best practices: get rid of with pkgs;
This commit is contained in:
@@ -66,11 +66,11 @@ buildNpmPackage (
|
||||
--add-flags $out/opt/vdhcoapp/src/main.js
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Companion application for the Video DownloadHelper browser add-on";
|
||||
homepage = "https://www.downloadhelper.net/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ wolfangaukang ];
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = [ lib.maintainers.wolfangaukang ];
|
||||
mainProgram = "vdhcoapp";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user