maintainers: update @novoxd github login

This commit is contained in:
Doron Behar 2022-02-15 08:16:10 +02:00
parent 4c1298943b
commit 902705927a
2 changed files with 3 additions and 3 deletions

View file

@ -8910,9 +8910,9 @@
githubId = 2946283; githubId = 2946283;
name = "Brian Cohen"; name = "Brian Cohen";
}; };
novoxudonoser = { novoxd = {
email = "radnovox@gmail.com"; email = "radnovox@gmail.com";
github = "novoxudonoser"; github = "novoxd";
githubId = 6052922; githubId = 6052922;
name = "Kirill Struokov"; name = "Kirill Struokov";
}; };

View file

@ -61,6 +61,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/arsenetar/dupeguru"; homepage = "https://github.com/arsenetar/dupeguru";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.novoxudonoser ]; maintainers = [ maintainers.novoxd ];
}; };
} }