From 59180328cda59817d71cd58c8f48ead047375064 Mon Sep 17 00:00:00 2001 From: azahi Date: Mon, 17 Feb 2025 02:21:56 +0300 Subject: 2025-02-17 --- packages/lampray.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/lampray.nix') diff --git a/packages/lampray.nix b/packages/lampray.nix index e9caa13..527c4b5 100644 --- a/packages/lampray.nix +++ b/packages/lampray.nix @@ -53,10 +53,10 @@ stdenv.mkDerivation { runHook postInstall ''; - meta = with lib; { + meta = { description = "Mod manager for gaming on Linux"; homepage = "https://github.com/CHollingworth/Lampray"; - license = with licenses; [ + license = with lib.licenses; [ unlicense mpl20 # bit7z mit # json & pugixml @@ -64,8 +64,8 @@ stdenv.mkDerivation { gpl2Only # l4z ]; platforms = [ "x86_64-linux" ]; - maintainers = with maintainers; [ azahi ]; - sourceProvenance = with sourceTypes; [ binaryNativeCode ]; + maintainers = [ lib.maintainers.azahi ]; + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; mainProgram = "lampray"; }; } -- cgit 1.4.1