mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
send: add MrSom3body as maintainer
This commit is contained in:
parent
d2ff0f37b1
commit
5cf6778925
2 changed files with 13 additions and 3 deletions
|
@ -1,9 +1,16 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
name = "send";
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ moraxyc ];
|
||||
maintainers = with lib.maintainers; [
|
||||
moraxyc
|
||||
MrSom3body
|
||||
];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue