summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-15 00:02:36 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-15 15:14:28 +0100
commit252d793e792eff90b11e97d03251daf65e5e506c (patch)
treeebd2acea6841dd9b7f9d5d33fe7e6a88e76ce948
parentc7d414ef389f42959b71d6c274f70fec7aaa8e9b (diff)
downloadnixpkgs-252d793e792eff90b11e97d03251daf65e5e506c.tar
nixpkgs-252d793e792eff90b11e97d03251daf65e5e506c.tar.gz
nixpkgs-252d793e792eff90b11e97d03251daf65e5e506c.tar.bz2
nixpkgs-252d793e792eff90b11e97d03251daf65e5e506c.tar.lz
nixpkgs-252d793e792eff90b11e97d03251daf65e5e506c.tar.xz
nixpkgs-252d793e792eff90b11e97d03251daf65e5e506c.tar.zst
nixpkgs-252d793e792eff90b11e97d03251daf65e5e506c.zip
jetty_11,jetty_12: add anthonyroussel to maintainers
-rw-r--r--pkgs/servers/http/jetty/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/jetty/common.nix b/pkgs/servers/http/jetty/common.nix
index 5b36282eb2f..83adac4ddd0 100644
--- a/pkgs/servers/http/jetty/common.nix
+++ b/pkgs/servers/http/jetty/common.nix
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
     platforms = platforms.all;
     sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = with licenses; [ asl20 epl10 ];
-    maintainers = with maintainers; [ emmanuelrosa ];
+    maintainers = with maintainers; [ emmanuelrosa anthonyroussel ];
   };
 }