mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +00:00
treewide: remove yana from meta.maintainers [orphans]
This commit is contained in:
parent
39ddcbfc69
commit
539575ab2b
@ -120,7 +120,7 @@ rec {
|
||||
homepage = "http://jonls.dk/redshift";
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "redshift";
|
||||
maintainers = with maintainers; [ yana ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,6 @@ buildGoModule rec {
|
||||
mainProgram = "pup";
|
||||
homepage = "https://github.com/ericchiang/pup";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ yana ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user