diff options
| author | Jan Tojnar <jtojnar@gmail.com> | 2022-03-13 01:13:27 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-03-16 00:22:51 +0000 |
| commit | 9cbe73c2218893867672bc90b6a4ae715d5efb58 (patch) | |
| tree | 59981fbdd61e75917ee49d5206e787b591795927 | |
| parent | udisks2: correct patch (diff) | |
| download | nixpkgs-9cbe73c2218893867672bc90b6a4ae715d5efb58.tar.gz | |
udisks2: Add freedesktop team to maintainersorigin/backport-163926-to-release-21.11
(cherry picked from commit c0bd9a8b4618955a13e6c8ee7cab36cc3f9f50ca)
| -rw-r--r-- | pkgs/os-specific/linux/udisks/2-default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/udisks/2-default.nix b/pkgs/os-specific/linux/udisks/2-default.nix index 8e297e583a27..427e19ac9215 100644 --- a/pkgs/os-specific/linux/udisks/2-default.nix +++ b/pkgs/os-specific/linux/udisks/2-default.nix @@ -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; }; } |
