about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorStephen Huan <stephen03.huan@gmail.com>2024-04-01 13:14:06 -0400
committerStephen Huan <stephen03.huan@gmail.com>2024-04-01 13:14:06 -0400
commitc83cb418a87f7c024b20ee4d9b381cce6c31054a (patch)
tree2c1bfdaabbdd3cedc919e2a1cbb582fc711122ed /pkgs/applications/networking/sync
parent61585fa9ec125adbc5260ffe6273225205911186 (diff)
treewide: add stephen-huan as maintainer
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/backintime/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sync/backintime/common.nix b/pkgs/applications/networking/sync/backintime/common.nix
index b3656ee6afc06..0a1a1d05dde4a 100644
--- a/pkgs/applications/networking/sync/backintime/common.nix
+++ b/pkgs/applications/networking/sync/backintime/common.nix
@@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
     homepage = "https://github.com/bit-team/backintime";
     description = "Simple backup tool for Linux";
     license = lib.licenses.gpl2;
-    maintainers = [ ];
+    maintainers = with lib.maintainers; [ stephen-huan ];
     platforms = lib.platforms.all;
     longDescription = ''
       Back In Time is a simple backup tool (on top of rsync) for Linux