From 336130938df8608f12bd5287ef7ea5aeabf4064a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 30 Jul 2020 14:19:28 +0100 Subject: [PATCH] Update rfcs/0042-config-option.md --- rfcs/0042-config-option.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rfcs/0042-config-option.md b/rfcs/0042-config-option.md index dbb2931bd..6025bc769 100644 --- a/rfcs/0042-config-option.md +++ b/rfcs/0042-config-option.md @@ -3,8 +3,8 @@ feature: config-option start-date: 2019-03-10 author: Silvan Mosberger co-authors: (find a buddy later to help our with the RFC) -shepherd-leader: Robin Gloster -shepherd-team: Robin Gloster, Eelco Dolstra, Robert Helgesson, Franz Pletz +shepherd-leader: Jörg Thalheim +shepherd-team: Jörg Thalheim, Eelco Dolstra, Robert Helgesson, Franz Pletz related-issues: https://github.com/NixOS/nixpkgs/pull/65728, https://github.com/NixOS/nixpkgs/pull/70138, https://github.com/NixOS/nixpkgs/pull/75584, TBD --- @@ -348,4 +348,3 @@ in { config.environment.etc."foo/config.json".text = lib.settings.genJSON fixedUpsettings; } ``` -