about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/xfsprogs
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2024-02-15 13:39:26 +0100
committerajs124 <git@ajs124.de>2024-03-04 14:39:01 +0100
commit995ed0d6c1f8842af8ba4d441142cfecf9a525b8 (patch)
treed3a6a8a0e5648005308bca0fd4ed53095ea705a9 /pkgs/tools/filesystems/xfsprogs
parent9a9d499fc6a2555fed60f4d66fc3ec8d505af522 (diff)
xfsprogs: add myself as maintainer
Diffstat (limited to 'pkgs/tools/filesystems/xfsprogs')
-rw-r--r--pkgs/tools/filesystems/xfsprogs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/xfsprogs/default.nix b/pkgs/tools/filesystems/xfsprogs/default.nix
index c8c80e5ff777b..5a7022ee6a13a 100644
--- a/pkgs/tools/filesystems/xfsprogs/default.nix
+++ b/pkgs/tools/filesystems/xfsprogs/default.nix
@@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
     description = "SGI XFS utilities";
     license = with licenses; [ gpl2Only lgpl21 gpl3Plus ];  # see https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/debian/copyright
     platforms = platforms.linux;
-    maintainers = with maintainers; [ dezgeg ] ++ teams.helsinki-systems.members;
+    maintainers = with maintainers; [ dezgeg ajs124 ] ++ teams.helsinki-systems.members;
   };
 }