chrony: remove myself as maintainer
This commit is contained in:
parent
b1c964b557
commit
12d25c49bd
@ -1,9 +1,6 @@
|
|||||||
{ lib, ... }:
|
|
||||||
{
|
{
|
||||||
name = "chrony";
|
name = "chrony";
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [ fpletz ];
|
|
||||||
|
|
||||||
nodes.machine = {
|
nodes.machine = {
|
||||||
services.chrony.enable = true;
|
services.chrony.enable = true;
|
||||||
|
|
||||||
|
|||||||
@ -82,7 +82,6 @@ stdenv.mkDerivation rec {
|
|||||||
illumos
|
illumos
|
||||||
];
|
];
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
fpletz
|
|
||||||
thoughtpolice
|
thoughtpolice
|
||||||
vifino
|
vifino
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user