xfsprogs: add myself as maintainer

This commit is contained in:
ajs124 2024-02-15 13:39:26 +01:00
parent 9a9d499fc6
commit 995ed0d6c1

View File

@ -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;
};
}