aboutsummaryrefslogtreecommitdiff
path: root/modules/lib
diff options
context:
space:
mode:
authorcwyc <cwyc@users.noreply.github.com>2020-06-15 21:47:58 -0400
committerRobert Helgesson <robert@rycee.net>2020-06-23 22:37:02 +0200
commit8f2342e13a2ddc84ed5053e2bfc393184258c686 (patch)
tree76f286c42e9be4b1f7ecb8d58f4207558dce38dd /modules/lib
parent8ab113989126d738691ad70394ad5d0a57dab462 (diff)
ne: add module
Added a simple module to place configuration files for ne: the nice editor. PR #1336
Diffstat (limited to 'modules/lib')
-rw-r--r--modules/lib/maintainers.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/lib/maintainers.nix b/modules/lib/maintainers.nix
index 93d9f1fa84c..49d14ef0638 100644
--- a/modules/lib/maintainers.nix
+++ b/modules/lib/maintainers.nix
@@ -19,4 +19,10 @@
github = "owm111";
githubId = 7798336;
};
+ cwyc = {
+ email = "cwyc@users.noreply.github.com";
+ name = "cwyc";
+ github = "cwyc";
+ githubId = 16950437;
+ };
}