This commit is contained in:
Osman Faruk Bayram 2025-04-15 02:41:49 +03:00
parent f26cd02266
commit eef615712f
2 changed files with 0 additions and 6 deletions

View file

@ -51,9 +51,6 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Lichess mobile app"; description = "Lichess mobile app";
license = licenses.mit;
platforms = platforms.android;
maintainers = with maintainers; [ ];
}; };
} }

View file

@ -50,9 +50,6 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Lichess mobile app"; description = "Lichess mobile app";
license = licenses.mit;
platforms = platforms.android;
maintainers = with maintainers; [ ];
}; };
} }