mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/cloudlog: add myself as maintainer
This commit is contained in:
@@ -518,4 +518,5 @@ in
|
||||
group = config.services.nginx.group;
|
||||
};
|
||||
};
|
||||
meta.maintainers = pkgs.cloudlog.meta.maintainers;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "collectd";
|
||||
meta = { };
|
||||
meta.maintainers = pkgs.cloudlog.meta.maintainers;
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
Reference in New Issue
Block a user