nethack: make use of lib.licenses

This commit is contained in:
jopejoe1
2025-09-29 20:51:57 +02:00
parent 0215056183
commit 1e89b667f0
+1 -1
View File
@@ -231,7 +231,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Rogue-like game";
homepage = "http://nethack.org/";
license = "nethack";
license = lib.licenses.ngpl;
platforms = if x11Mode then platforms.linux else platforms.unix;
maintainers = [ ];
mainProgram = "nethack";