summary refs log tree commit diff
path: root/nixos/modules/services/networking/hylafax
diff options
context:
space:
mode:
authorYarny0 <41838844+Yarny0@users.noreply.github.com>2019-04-05 16:05:20 +0200
committerYarny0 <41838844+Yarny0@users.noreply.github.com>2019-04-12 11:11:48 +0200
commit1438f7b66494e02588fc48759348099317353e6f (patch)
tree5f6e8b020d879b84dd605460ca0507f9b078bf37 /nixos/modules/services/networking/hylafax
parentd956f2279b8ac02bd9e48cf2a09dcb66383ab6be (diff)
downloadnixpkgs-1438f7b66494e02588fc48759348099317353e6f.tar
nixpkgs-1438f7b66494e02588fc48759348099317353e6f.tar.gz
nixpkgs-1438f7b66494e02588fc48759348099317353e6f.tar.bz2
nixpkgs-1438f7b66494e02588fc48759348099317353e6f.tar.lz
nixpkgs-1438f7b66494e02588fc48759348099317353e6f.tar.xz
nixpkgs-1438f7b66494e02588fc48759348099317353e6f.tar.zst
nixpkgs-1438f7b66494e02588fc48759348099317353e6f.zip
nixos/hylafax: add 'yarny' (= myself) as maintainer
I forgot to do this when I submitted this module with
commit 12fa95f2d696b6babb365a27efef140e7113cc34.
Diffstat (limited to 'nixos/modules/services/networking/hylafax')
-rw-r--r--nixos/modules/services/networking/hylafax/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/hylafax/default.nix b/nixos/modules/services/networking/hylafax/default.nix
index 4c63b822d16..d8ffa3fc04d 100644
--- a/nixos/modules/services/networking/hylafax/default.nix
+++ b/nixos/modules/services/networking/hylafax/default.nix
@@ -26,4 +26,6 @@
     }];
   };
 
+  meta.maintainers = [ lib.maintainers.yarny ];
+
 }