maintainers: rename enzime to Enzime

main
Michael Hoang 2 years ago
parent 988b006652
commit eedb795fd2
  1. 4
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/networking/syncplay/default.nix
  3. 2
      pkgs/misc/cups/drivers/mfcl2740dwcupswrapper/default.nix
  4. 2
      pkgs/misc/cups/drivers/mfcl2740dwlpr/default.nix

@ -3481,9 +3481,9 @@
githubId = 5493775;
name = "Ente";
};
enzime = {
Enzime = {
email = "enzime@users.noreply.github.com";
github = "enzime";
github = "Enzime";
githubId = 10492681;
name = "Michael Hoang";
};

@ -27,6 +27,6 @@ buildPythonApplication rec {
description = "Free software that synchronises media players";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ enzime ];
maintainers = with maintainers; [ Enzime ];
};
}

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.brother.com/";
license = lib.licenses.gpl2;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = [ lib.maintainers.enzime ];
maintainers = [ lib.maintainers.Enzime ];
};
}

@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.brother.com/";
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = [ lib.maintainers.enzime ];
maintainers = [ lib.maintainers.Enzime ];
};
}

Loading…
Cancel
Save