openbangla-keyboard: fix meta

+4 -4
+4 -4
pkgs/applications/misc/openbangla-keyboard/default.nix
··· 68 68 --replace "/usr" "$out" 69 69 ''; 70 70 71 - meta = with lib; { 71 + meta = { 72 72 description = "An OpenSource, Unicode compliant Bengali Input Method"; 73 73 homepage = "https://openbangla.github.io/"; 74 - license = licenses.gpl3Plus; 75 - maintainers = with maintainers; [ hqurve ]; 76 - platforms = platforms.linux; 74 + license = lib.licenses.gpl3Plus; 75 + maintainers = with lib.maintainers; [ eclairevoyant hqurve ]; 76 + platforms = lib.platforms.linux; 77 77 # never built on aarch64-linux since first introduction in nixpkgs 78 78 broken = stdenv.isLinux && stdenv.isAarch64; 79 79 };