aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/oniguruma
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2019-12-05 16:29:48 +0900
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2019-12-05 16:29:48 +0900
commit1451a52a38f2dda459647a5c2628e7c28e17c4dc (patch)
tree74c2739ee6d04435ac74cbc036c3ef44e541e2df /pkgs/development/libraries/oniguruma
parent41284d338423f1063dcddee58646050d45689ddf (diff)
Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
Diffstat (limited to 'pkgs/development/libraries/oniguruma')
-rw-r--r--pkgs/development/libraries/oniguruma/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/oniguruma/default.nix b/pkgs/development/libraries/oniguruma/default.nix
index 8a1e1d37c1d5..e9041993657e 100644
--- a/pkgs/development/libraries/oniguruma/default.nix
+++ b/pkgs/development/libraries/oniguruma/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/kkos/oniguruma;
description = "Regular expressions library";
license = licenses.bsd2;
- maintainers = with maintainers; [ fuuzetsu ];
+ maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}