about summary refs log tree commit diff
path: root/pkgs/applications/backup
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-11-01 17:24:40 +0800
committerGitHub <noreply@github.com>2022-11-01 17:24:40 +0800
commitab8f86d73f9978d939d884b62f7a876d04d9b8e5 (patch)
treebbe9ae0cbe541616a895bc2c1610fdda2b144ee7 /pkgs/applications/backup
parenta37dd75ba46973a9bf680433893c5b745571b80d (diff)
various: add bobby285271 as maintainer (#198911)
Basically Linux Mint related packages.
Cinnamon 5.6 is likely to happen soon, I want to make sure no duplicate work is done.
Diffstat (limited to 'pkgs/applications/backup')
-rw-r--r--pkgs/applications/backup/timeshift/unwrapped.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/backup/timeshift/unwrapped.nix b/pkgs/applications/backup/timeshift/unwrapped.nix
index 61964370b3e2d..81a0cd8b02e12 100644
--- a/pkgs/applications/backup/timeshift/unwrapped.nix
+++ b/pkgs/applications/backup/timeshift/unwrapped.nix
@@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/linuxmint/timeshift";
     license = licenses.gpl3;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ ShamrockLee ];
+    maintainers = with maintainers; [ ShamrockLee bobby285271 ];
   };
 }