1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

treewide: remove yana from meta.maintainers [orphans]

This commit is contained in:
Anderson Torres 2024-07-22 16:22:01 -03:00
parent 39ddcbfc69
commit 539575ab2b
13 changed files with 13 additions and 13 deletions

View file

@ -120,7 +120,7 @@ rec {
homepage = "http://jonls.dk/redshift";
platforms = platforms.unix;
mainProgram = "redshift";
maintainers = with maintainers; [ yana ];
maintainers = with maintainers; [ ];
};
};

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Setup mount/user namespace for FHS emulation";
license = licenses.mit;
maintainers = with maintainers; [ yana ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View file

@ -31,6 +31,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/Temptin/SkypeExport";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ yana ];
maintainers = with maintainers; [ ];
};
})

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Serial console TTY";
homepage = "https://tio.github.io/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ yana ];
maintainers = with maintainers; [ ];
mainProgram = "tio";
platforms = platforms.unix;
};

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = "Smart card emulation library";
homepage = "https://gitlab.freedesktop.org/spice/libcacard";
license = licenses.lgpl21;
maintainers = with maintainers; [ yana ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "Inotify shim for macOS and BSD";
homepage = "https://github.com/libinotify-kqueue/libinotify-kqueue";
license = licenses.mit;
maintainers = with maintainers; [ yana ];
maintainers = with maintainers; [ ];
platforms = with platforms; darwin ++ freebsd ++ netbsd ++ openbsd;
};
}

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
description = "Library to handle RPG Maker 2000/2003 and EasyRPG projects";
homepage = "https://github.com/EasyRPG/liblcf";
license = licenses.mit;
maintainers = with maintainers; [ yana ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/erfanoabdi/imgpatchtools";
license = licenses.gpl3;
maintainers = with maintainers; [ yana ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View file

@ -18,6 +18,6 @@ buildGoModule rec {
mainProgram = "pup";
homepage = "https://github.com/ericchiang/pup";
license = licenses.mit;
maintainers = with maintainers; [ yana ];
maintainers = with maintainers; [ ];
};
}

View file

@ -128,7 +128,7 @@ stdenv.mkDerivation rec {
description = "RPG Maker 2000/2003 and EasyRPG games interpreter";
homepage = "https://easyrpg.org/";
license = licenses.gpl3;
maintainers = with maintainers; [ yana ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
mainProgram = lib.optionalString stdenv.hostPlatform.isDarwin "EasyRPG Player";
};

View file

@ -69,7 +69,7 @@ mkDerivation rec {
description = "Poker game ${target}";
mainProgram = "pokerth";
license = licenses.gpl3;
maintainers = with maintainers; [ obadz yana ];
maintainers = with maintainers; [ obadz ];
platforms = platforms.all;
};
}

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
description = "POSIX threads library for Windows";
homepage = "https://sourceware.org/pthreads-win32";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ yana ];
maintainers = with maintainers; [ ];
platforms = platforms.windows;
};
}

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "CloneCD to ISO converter";
homepage = "https://sourceforge.net/projects/ccd2iso/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ yana ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
mainProgram = "ccd2iso";
};