mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
adbfs-rootless: add aleksana as maintainer
This commit is contained in:
parent
57e3a0d06c
commit
80a1a58c2e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Mount Android phones on Linux with adb, no root required";
|
description = "Mount Android phones on Linux with adb, no root required";
|
||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ Profpatsch ];
|
maintainers = with maintainers; [ Profpatsch aleksana ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue