tome4: remove with lib;

This commit is contained in:
Tom van Dijk
2025-10-23 16:35:50 +02:00
parent 1d41c1d76c
commit e1d465f7d5
+3 -3
View File
@@ -93,12 +93,12 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
meta = with lib; {
meta = {
description = "Tales of Maj'eyal (rogue-like game)";
mainProgram = "tome4";
homepage = "https://te4.org/";
license = licenses.gpl3;
maintainers = with maintainers; [ peterhoeg ];
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ peterhoeg ];
platforms = [
"i686-linux"
"x86_64-linux"