aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-06-18 23:11:07 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-07-20 14:08:46 +0200
commit265d3bc1d686eff6e874104f1d55248e4fde10bb (patch)
treefeede3e41a5b59cf0f3ccbc518ac7206c2cec549
parenta8c79e9ab9585085412f61fc1feb0037c5e32c89 (diff)
CODEOWNERS: add myself for lib/licenses.nix
There have been a couple of instances where I have by chance noticed PRs which add non-free licenses without them being appropriately marked. I'd like to be notified of proposed changes to licenses to make it less likely that this sort of thing slips by.
-rw-r--r--.github/CODEOWNERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1027ccc9cba..51cca15632d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -107,8 +107,8 @@
# Eclipse
/pkgs/applications/editors/eclipse @rycee
-# https://github.com/NixOS/nixpkgs/issues/31401
-/lib/licenses.nix @ghost
+# Licenses
+/lib/licenses.nix @alyssais
# Qt / KDE
/pkgs/applications/kde @ttuegel