Loading nixos/tests/send.nix +9 −2 Original line number Diff line number Diff line { lib, pkgs, ... }: { lib, pkgs, ... }: { name = "send"; meta = { maintainers = with lib.maintainers; [ moraxyc ]; maintainers = with lib.maintainers; [ moraxyc MrSom3body ]; }; nodes.machine = Loading pkgs/by-name/se/send/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,10 @@ buildNpmPackage rec { changelog = "https://github.com/timvisee/send/releases/tag/v${version}"; homepage = "https://github.com/timvisee/send"; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ moraxyc ]; maintainers = with lib.maintainers; [ moraxyc MrSom3body ]; mainProgram = "send"; }; } Loading
nixos/tests/send.nix +9 −2 Original line number Diff line number Diff line { lib, pkgs, ... }: { lib, pkgs, ... }: { name = "send"; meta = { maintainers = with lib.maintainers; [ moraxyc ]; maintainers = with lib.maintainers; [ moraxyc MrSom3body ]; }; nodes.machine = Loading
pkgs/by-name/se/send/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,10 @@ buildNpmPackage rec { changelog = "https://github.com/timvisee/send/releases/tag/v${version}"; homepage = "https://github.com/timvisee/send"; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ moraxyc ]; maintainers = with lib.maintainers; [ moraxyc MrSom3body ]; mainProgram = "send"; }; }