From 19a53fc3e86b45851c7e5df6738344546883bc0e Mon Sep 17 00:00:00 2001 From: marius851000 Date: Mon, 4 Nov 2024 20:05:40 +0100 Subject: [PATCH] Update pkgs/games/portmod/default.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ジムワルド <96021122+zimward@users.noreply.github.com> --- pkgs/games/portmod/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/games/portmod/default.nix b/pkgs/games/portmod/default.nix index f171e9ac4ed92..2f6f9c8cdd657 100644 --- a/pkgs/games/portmod/default.nix +++ b/pkgs/games/portmod/default.nix @@ -134,11 +134,11 @@ python3Packages.buildPythonApplication { "--set-default" "OPENMW_VERSION_FILE" "${openmw}/share/games/openmw/resources/version") ''; - meta = with lib; { + meta = { description = "mod manager for openMW based on portage"; homepage = "https://gitlab.com/portmod/portmod"; - license = licenses.gpl3Only; - maintainers = with maintainers; [ marius851000 ]; + license = lib.licenses.gpl3Only; + maintainers = with lib.maintainers; [ marius851000 ]; mainProgram = "portmod"; }; }