summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-10-18 02:56:12 +0200
committerAnthony Roussel <anthony@roussel.dev>2023-11-09 21:18:19 +0100
commit42ad64f5d1eefc7e8aeb664dbcb8833377f7870a (patch)
tree2c27a00b6aa6bc05b94d0b7aa94e181aa1a25896 /pkgs/os-specific
parent7f18b54727837b6af22cb7d806980f89f57b1155 (diff)
tomb: add anthonyroussel to maintainers
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/tomb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/tomb/default.nix b/pkgs/os-specific/linux/tomb/default.nix
index f501b2ba5a31d..5fff28c3f276b 100644
--- a/pkgs/os-specific/linux/tomb/default.nix
+++ b/pkgs/os-specific/linux/tomb/default.nix
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
     changelog = "https://github.com/dyne/Tomb/blob/v${version}/ChangeLog.md";
     license = licenses.gpl3;
     mainProgram = "tomb";
-    maintainers = with maintainers; [ peterhoeg ];
+    maintainers = with maintainers; [ peterhoeg anthonyroussel ];
     platforms = platforms.linux;
   };
 }