Skip to content

Commit

Permalink
Update pkgs/games/portmod/default.nix
Browse files Browse the repository at this point in the history
Co-authored-by: ジムワルド <[email protected]>
  • Loading branch information
marius851000 and zimward authored Nov 4, 2024
1 parent 802da44 commit 19a53fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/games/portmod/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit 19a53fc

Please sign in to comment.