about summary refs log tree commit diff
path: root/nixos/tests/chrony-ptp.nix
diff options
context:
space:
mode:
authorGregor Kleen <20089782+gkleen@users.noreply.github.com>2023-01-15 20:32:58 +0100
committerAustin Seipp <aseipp@pobox.com>2023-01-31 10:08:32 -0600
commit239a93f205ee51368fe3e42f3cdeae705a69bfa8 (patch)
tree62eea92752a07e13ebeb39f11849c4aec303c58f /nixos/tests/chrony-ptp.nix
parentb355be2d91cc63d723793791657561e23f7703d8 (diff)
chrony: add gkleen as maintainer for nixos test for ptp_kvm
Diffstat (limited to 'nixos/tests/chrony-ptp.nix')
-rw-r--r--nixos/tests/chrony-ptp.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/tests/chrony-ptp.nix b/nixos/tests/chrony-ptp.nix
index c5904645fc4eb..b2634a8cfc5c6 100644
--- a/nixos/tests/chrony-ptp.nix
+++ b/nixos/tests/chrony-ptp.nix
@@ -2,6 +2,10 @@ import ./make-test-python.nix ({ lib, ... }:
 {
   name = "chrony-ptp";
 
+  meta = {
+    maintainers = with lib.maintainers; [ gkleen ];
+  };
+
   nodes = {
     qemuGuest = { lib, ... }: {
       boot.kernelModules = [ "ptp_kvm" ];