freesweep: add sanana as maintainer

This commit is contained in:
sanana
2025-01-25 18:24:10 +03:00
parent 96c99d0145
commit d43db7865d
+4 -4
View File
@@ -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;
};
}