android-udev-rules: remove with lib

This commit is contained in:
awwpotato
2025-08-04 14:46:24 -07:00
parent cab778239e
commit 3ed5c9d41a
@@ -31,12 +31,12 @@ stdenv.mkDerivation rec {
];
doInstallCheck = true;
meta = with lib; {
meta = {
homepage = "https://github.com/M0Rf30/android-udev-rules";
description = "Android udev rules list aimed to be the most comprehensive on the net";
platforms = platforms.linux;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ abbradar ];
platforms = lib.platforms.linux;
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.abbradar ];
teams = [ lib.teams.android ];
};
}