osu-lazer: remove with lib;

This commit is contained in:
Gutyina Gergő
2024-10-09 16:37:20 +02:00
parent 98b126acbb
commit 70ec07c5c5
+3 -3
View File
@@ -91,15 +91,15 @@ buildDotnetModule rec {
passthru.updateScript = ./update.sh;
meta = with lib; {
meta = {
description = "Rhythm is just a *click* away (no score submission or multiplayer, see osu-lazer-bin)";
homepage = "https://osu.ppy.sh";
license = with licenses; [
license = with lib.licenses; [
mit
cc-by-nc-40
unfreeRedistributable # osu-framework contains libbass.so in repository
];
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
gepbird
thiagokokada
];