Loading pkgs/by-name/fr/freesweep/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -55,12 +55,12 @@ stdenv.mkDerivation { runHook postInstall ''; meta = with lib; { meta = { description = "Console minesweeper-style game written in C for Unix-like systems"; mainProgram = "freesweep"; homepage = "https://github.com/rwestlund/freesweep"; license = licenses.gpl2Only; maintainers = with maintainers; [ ]; platforms = platforms.unix; license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ sanana ]; platforms = lib.platforms.unix; }; } Loading
pkgs/by-name/fr/freesweep/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -55,12 +55,12 @@ stdenv.mkDerivation { runHook postInstall ''; meta = with lib; { meta = { description = "Console minesweeper-style game written in C for Unix-like systems"; mainProgram = "freesweep"; homepage = "https://github.com/rwestlund/freesweep"; license = licenses.gpl2Only; maintainers = with maintainers; [ ]; platforms = platforms.unix; license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ sanana ]; platforms = lib.platforms.unix; }; }