forked from mirrors/nixpkgs
maintainers: nipav -> nkpvk
This commit is contained in:
parent
42aa986406
commit
4b0c3de58c
|
@ -7297,9 +7297,9 @@
|
||||||
githubId = 3159451;
|
githubId = 3159451;
|
||||||
name = "Nicolas Schneider";
|
name = "Nicolas Schneider";
|
||||||
};
|
};
|
||||||
nipav = {
|
nkpvk = {
|
||||||
email = "niko.pavlinek@gmail.com";
|
email = "niko.pavlinek@gmail.com";
|
||||||
github = "nipav";
|
github = "nkpvk";
|
||||||
githubId = 16385648;
|
githubId = 16385648;
|
||||||
name = "Niko Pavlinek";
|
name = "Niko Pavlinek";
|
||||||
};
|
};
|
||||||
|
|
|
@ -24,6 +24,6 @@ buildPythonApplication rec {
|
||||||
description = "A command line oriented, sqlite powered, todo-list";
|
description = "A command line oriented, sqlite powered, todo-list";
|
||||||
homepage = "https://yokadi.github.io/index.html";
|
homepage = "https://yokadi.github.io/index.html";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = [ maintainers.nipav ];
|
maintainers = [ maintainers.nkpvk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue