Commit 99f46446 authored by jopejoe1's avatar jopejoe1
Browse files

chessdb: add license

parent ba81fb35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,5 +36,6 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://chessdb.sourceforge.net/";
    description = "Free chess database";
    platforms = lib.platforms.linux;
    license = lib.licenses.gpl2Only;
  };
})