maintainers: update @novoxd github login

main
Doron Behar 2 years ago
parent 4c1298943b
commit 902705927a
  1. 4
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/misc/dupeguru/default.nix

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

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

Loading…
Cancel
Save