Commit b48a3399 authored by Francis St-Amour's avatar Francis St-Amour
Browse files

maintainers: change username "mpsyco" -> "fstamour"

Because I haven't used that username in years.
parent c6e5939c
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -4820,6 +4820,12 @@
    githubId = 868283;
    name = "Fatih Altinok";
  };
  fstamour = {
    email = "fr.st-amour@gmail.com";
    github = "fstamour";
    githubId = 2881922;
    name = "Francis St-Amour";
  };
  ftrvxmtrx = {
    email = "ftrvxmtrx@gmail.com";
    github = "ftrvxmtrx";
@@ -9426,12 +9432,6 @@
    githubId = 2072185;
    name = "Marc Scholten";
  };
  mpsyco = {
    email = "fr.st-amour@gmail.com";
    github = "fstamour";
    githubId = 2881922;
    name = "Francis St-Amour";
  };
  mtrsk = {
    email = "marcos.schonfinkel@protonmail.com";
    github = "mtrsk";
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
  meta = {
    homepage = "https://github.com/antirez/linenoise";
    description = "A minimal, zero-config, BSD licensed, readline replacement";
    maintainers = with lib.maintainers; [ mpsyco ];
    maintainers = with lib.maintainers; [ fstamour ];
    platforms = lib.platforms.unix;
    license = lib.licenses.bsd2;
  };