maintainers: rename enzime to Enzime

This commit is contained in:
Michael Hoang 2021-12-19 01:59:15 +11:00
parent 988b006652
commit eedb795fd2
4 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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