mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
send: 3.4.23 -> 3.4.25 (#402098)
This commit is contained in:
commit
bad2e4ee3e
3 changed files with 25 additions and 9 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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue