send: add MrSom3body as maintainer

This commit is contained in:
Karun Sandhu 2025-04-26 20:54:34 +02:00
parent d2ff0f37b1
commit 5cf6778925
No known key found for this signature in database
2 changed files with 13 additions and 3 deletions

View file

@ -1,9 +1,16 @@
{ lib, pkgs, ... }:
{
lib,
pkgs,
...
}:
{
name = "send";
meta = {
maintainers = with lib.maintainers; [ moraxyc ];
maintainers = with lib.maintainers; [
moraxyc
MrSom3body
];
};
nodes.machine =

View file

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