From 888034f6cac0e63ca72ef495ce9a77fb33939ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Wed, 31 Oct 2018 01:05:35 +0900 Subject: [PATCH 1/5] dhparams module: add self as maintainer --- nixos/modules/security/dhparams.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/security/dhparams.nix b/nixos/modules/security/dhparams.nix index e2b84c3e3b3..62a499ea624 100644 --- a/nixos/modules/security/dhparams.nix +++ b/nixos/modules/security/dhparams.nix @@ -170,4 +170,6 @@ in { ''; }) cfg.params; }; + + meta.maintainers = with lib.maintainers; [ ekleog ]; } From 9b34f47b7cd6b53f7e65d73f7d9f6a9923f46eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Wed, 31 Oct 2018 01:05:49 +0900 Subject: [PATCH 2/5] clamsmtp module: add self as maintainer --- nixos/modules/services/mail/clamsmtp.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/services/mail/clamsmtp.nix b/nixos/modules/services/mail/clamsmtp.nix index 8f4f39aa728..fc1267c5d28 100644 --- a/nixos/modules/services/mail/clamsmtp.nix +++ b/nixos/modules/services/mail/clamsmtp.nix @@ -176,4 +176,6 @@ in } ) cfg.instances); }; + + meta.maintainers = with lib.maintainers; [ ekleog ]; } From 930bcbda83c8c2042f956712a60a1ebc16af55f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Wed, 31 Oct 2018 01:06:04 +0900 Subject: [PATCH 3/5] dkimproxy-out module: add self as maintainer --- nixos/modules/services/mail/dkimproxy-out.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/services/mail/dkimproxy-out.nix b/nixos/modules/services/mail/dkimproxy-out.nix index 894b88e25c1..f4ac9e47007 100644 --- a/nixos/modules/services/mail/dkimproxy-out.nix +++ b/nixos/modules/services/mail/dkimproxy-out.nix @@ -115,4 +115,6 @@ in }; }; }; + + meta.maintainers = with lib.maintainers; [ ekleog ]; } From b9faae955c75d62a4aab28a5a34a1f7b606432aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Wed, 31 Oct 2018 01:06:14 +0900 Subject: [PATCH 4/5] redsocks module: add self as maintainer --- nixos/modules/services/networking/redsocks.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/services/networking/redsocks.nix b/nixos/modules/services/networking/redsocks.nix index a47a78f1005..8481f9debf3 100644 --- a/nixos/modules/services/networking/redsocks.nix +++ b/nixos/modules/services/networking/redsocks.nix @@ -267,4 +267,6 @@ in "ip46tables -t nat -D OUTPUT -p tcp ${redCond block} -j ${chain} 2>/dev/null || true" ) cfg.redsocks; }; + + meta.maintainers = with lib.maintainers; [ ekleog ]; } From e54079133e27567262349a648852ec8f8aa2a0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Wed, 31 Oct 2018 01:06:27 +0900 Subject: [PATCH 5/5] global-platform-pro: add self as maintainer --- pkgs/development/tools/global-platform-pro/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/global-platform-pro/default.nix b/pkgs/development/tools/global-platform-pro/default.nix index ab32216de80..9841e7900cd 100644 --- a/pkgs/development/tools/global-platform-pro/default.nix +++ b/pkgs/development/tools/global-platform-pro/default.nix @@ -62,6 +62,7 @@ stdenv.mkDerivation rec { ''; homepage = https://github.com/martinpaljak/GlobalPlatformPro; license = with licenses; [ lgpl3 ]; + maintainers = with maintainers; [ ekleog ]; platforms = platforms.all; }; }