chessdb: add license (#516404)

This commit is contained in:
Sandro
2026-05-04 13:01:40 +00:00
committed by GitHub
+1
View File
@@ -36,5 +36,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://chessdb.sourceforge.net/";
description = "Free chess database";
platforms = lib.platforms.linux;
license = lib.licenses.gpl2Only;
};
})