Unverified Commit 41357e43 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

chessdb: add license (#516404)

parents 27b3ebbf 99f46446
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;
  };
})