maintainers: nipav -> nkpvk

This commit is contained in:
Niko Pavlinek 2021-06-02 21:06:30 +02:00
parent 42aa986406
commit 4b0c3de58c
2 changed files with 3 additions and 3 deletions

View file

@ -7297,9 +7297,9 @@
githubId = 3159451;
name = "Nicolas Schneider";
};
nipav = {
nkpvk = {
email = "niko.pavlinek@gmail.com";
github = "nipav";
github = "nkpvk";
githubId = 16385648;
name = "Niko Pavlinek";
};

View file

@ -24,6 +24,6 @@ buildPythonApplication rec {
description = "A command line oriented, sqlite powered, todo-list";
homepage = "https://yokadi.github.io/index.html";
license = licenses.gpl3Plus;
maintainers = [ maintainers.nipav ];
maintainers = [ maintainers.nkpvk ];
};
}