chrony: remove myself as maintainer

This commit is contained in:
Franz Pletz 2025-07-08 01:27:13 +02:00
parent b1c964b557
commit 12d25c49bd
No known key found for this signature in database
GPG Key ID: EA0080A44798F201
2 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,6 @@
{ lib, ... }:
{
name = "chrony";
meta.maintainers = with lib.maintainers; [ fpletz ];
nodes.machine = {
services.chrony.enable = true;

View File

@ -82,7 +82,6 @@ stdenv.mkDerivation rec {
illumos
];
maintainers = with lib.maintainers; [
fpletz
thoughtpolice
vifino
];