udisks2: Add freedesktop team to maintainers

This commit is contained in:
Jan Tojnar 2022-03-13 01:13:27 +01:00
parent 39f7bd4d69
commit c0bd9a8b46

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
description = "A daemon, tools and libraries to access and manipulate disks, storage devices and technologies";
homepage = "https://www.freedesktop.org/wiki/Software/udisks/";
license = with licenses; [ lgpl2Plus gpl2Plus ]; # lgpl2Plus for the library, gpl2Plus for the tools & daemon
maintainers = with maintainers; [ johnazoidberg ];
maintainers = teams.freedesktop.members ++ (with maintainers; [ johnazoidberg ]);
platforms = platforms.linux;
};
}