Merge pull request #152985 from NixOS/yana/update-name

maintainers: update personal details
This commit is contained in:
Yana Timoshenko 2021-12-31 21:56:29 +03:00 committed by GitHub
commit c3b42ec9cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 30 additions and 30 deletions

View file

@ -12851,6 +12851,12 @@
githubId = 2242427; githubId = 2242427;
name = "Yoann Ono"; name = "Yoann Ono";
}; };
yana = {
email = "yana@riseup.net";
github = "alpakido";
githubId = 1643293;
name = "Yana Timoshenko";
};
yarny = { yarny = {
email = "41838844+Yarny0@users.noreply.github.com"; email = "41838844+Yarny0@users.noreply.github.com";
github = "Yarny0"; github = "Yarny0";
@ -12870,12 +12876,6 @@
githubId = 73759599; githubId = 73759599;
name = "Lara A."; name = "Lara A.";
}; };
yegortimoshenko = {
email = "yegortimoshenko@riseup.net";
github = "yegortimoshenko";
githubId = 1643293;
name = "Yegor Timoshenko";
};
yesbox = { yesbox = {
email = "jesper.geertsen.jonsson@gmail.com"; email = "jesper.geertsen.jonsson@gmail.com";
github = "yesbox"; github = "yesbox";

View file

@ -43,6 +43,6 @@ mkDerivation rec {
homepage = "https://lmms.io"; homepage = "https://lmms.io";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" ]; platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ goibhniu yegortimoshenko ]; maintainers = with maintainers; [ goibhniu yana ];
}; };
} }

View file

@ -1,5 +1,5 @@
From 467156efccc5e36a36bec8c0b64cc5a70f14d5ed Mon Sep 17 00:00:00 2001 From 467156efccc5e36a36bec8c0b64cc5a70f14d5ed Mon Sep 17 00:00:00 2001
From: Yegor Timoshenko <yegortimoshenko@riseup.net> From: Yana Timoshenko <yana@riseup.net>
Date: Tue, 16 Jan 2018 11:43:46 +0000 Date: Tue, 16 Jan 2018 11:43:46 +0000
Subject: [PATCH] Fix Autoconf script Subject: [PATCH] Fix Autoconf script

View file

@ -108,7 +108,7 @@ rec {
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
homepage = "http://jonls.dk/redshift"; homepage = "http://jonls.dk/redshift";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ yegortimoshenko globin ]; maintainers = with maintainers; [ globin yana ];
}; };
}; };

View file

@ -16,7 +16,7 @@ let
version = "20180522.005732"; version = "20180522.005732";
src = fetchzip { src = fetchzip {
url = "https://github.com/yegortimoshenko/bugsnag-qt/archive/${version}.tar.gz"; url = "https://github.com/alpakido/bugsnag-qt/archive/${version}.tar.gz";
sha256 = "02s6mlggh0i4a856md46dipy6mh47isap82jlwmjr7hfsk2ykgnq"; sha256 = "02s6mlggh0i4a856md46dipy6mh47isap82jlwmjr7hfsk2ykgnq";
}; };
@ -42,7 +42,7 @@ let
version = "20190125.190943"; version = "20190125.190943";
src = fetchzip { src = fetchzip {
url = "https://github.com/yegortimoshenko/qt-oauth-lib/archive/${version}.tar.gz"; url = "https://github.com/alpakido/qt-oauth-lib/archive/${version}.tar.gz";
sha256 = "0zmfgvdf6n79mgfvbda7lkdxxlzjmy86436gqi2r5x05vq04sfrj"; sha256 = "0zmfgvdf6n79mgfvbda7lkdxxlzjmy86436gqi2r5x05vq04sfrj";
}; };
@ -143,7 +143,7 @@ buildEnv {
description = "Client for Toggl time tracking service"; description = "Client for Toggl time tracking service";
homepage = "https://github.com/toggl/toggldesktop"; homepage = "https://github.com/toggl/toggldesktop";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ yegortimoshenko ]; maintainers = with maintainers; [ yana ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Temptin/SkypeExport"; homepage = "https://github.com/Temptin/SkypeExport";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ yegortimoshenko ]; maintainers = with maintainers; [ yana ];
}; };
} }

View file

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

View file

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

View file

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

View file

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

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ adolfogc yegortimoshenko ]; maintainers = with maintainers; [ adolfogc yana ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

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

View file

@ -17,6 +17,6 @@ buildGoModule rec {
description = "Parsing HTML at the command line"; description = "Parsing HTML at the command line";
homepage = "https://github.com/ericchiang/pup"; homepage = "https://github.com/ericchiang/pup";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ yegortimoshenko SuperSandro2000 ]; maintainers = with maintainers; [ SuperSandro2000 yana ];
}; };
} }

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
description = "RPG Maker 2000/2003 and EasyRPG games interpreter"; description = "RPG Maker 2000/2003 and EasyRPG games interpreter";
homepage = "https://easyrpg.org/"; homepage = "https://easyrpg.org/";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ yegortimoshenko ]; maintainers = with maintainers; [ yana ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -65,7 +65,7 @@ mkDerivation rec {
homepage = "https://www.pokerth.net"; homepage = "https://www.pokerth.net";
description = "Poker game ${target}"; description = "Poker game ${target}";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ obadz yegortimoshenko ]; maintainers = with maintainers; [ obadz yana ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
homepage = "http://epsxe.com/"; homepage = "http://epsxe.com/";
description = "Enhanced PSX (PlayStation 1) emulator"; description = "Enhanced PSX (PlayStation 1) emulator";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ yegortimoshenko ]; maintainers = with maintainers; [ yana ];
platforms = [ "i686-linux" "x86_64-linux" ]; platforms = [ "i686-linux" "x86_64-linux" ];
}; };
} }

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "GTK-based frontend for mednafen emulator"; description = "GTK-based frontend for mednafen emulator";
homepage = "https://github.com/AmatCoder/mednaffe"; homepage = "https://github.com/AmatCoder/mednaffe";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ sheenobu yegortimoshenko AndersonTorres ]; maintainers = with maintainers; [ sheenobu yana AndersonTorres ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

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

View file

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

View file

@ -169,6 +169,6 @@ stdenv.mkDerivation rec {
description = "Intelligent Input Bus, input method framework"; description = "Intelligent Input Bus, input method framework";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ ttuegel yegortimoshenko ]; maintainers = with maintainers; [ ttuegel yana ];
}; };
} }

View file

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

View file

@ -25,6 +25,6 @@ buildGoPackage rec {
description = "Userspace Go implementation of WireGuard"; description = "Userspace Go implementation of WireGuard";
homepage = "https://git.zx2c4.com/wireguard-go/about/"; homepage = "https://git.zx2c4.com/wireguard-go/about/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ elseym kirelagin yegortimoshenko zx2c4 ]; maintainers = with maintainers; [ elseym kirelagin yana zx2c4 ];
}; };
} }

View file

@ -45,6 +45,6 @@ mkDerivation rec {
homepage = "https://www.id.ee/"; homepage = "https://www.id.ee/";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ yegortimoshenko mmahut ]; maintainers = with maintainers; [ mmahut yana ];
}; };
} }