Commit 1e89b667 authored by jopejoe1's avatar jopejoe1
Browse files

nethack: make use of lib.licenses

parent 02150561
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";