Unverified Commit 4dc53c24 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #268077 from moni-dz/update-name

maintainers: fortuneteller2k -> moni
parents 18078693 d3c568b7
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -6003,13 +6003,6 @@
    githubId = 92793;
    name = "Friedrich von Never";
  };
  fortuneteller2k = {
    email = "lythe1107@gmail.com";
    matrix = "@fortuneteller2k:matrix.org";
    github = "fortuneteller2k";
    githubId = 20619776;
    name = "fortuneteller2k";
  };
  fpletz = {
    email = "fpletz@fnordicwalking.de";
    github = "fpletz";
@@ -12095,6 +12088,13 @@
    github = "ribosomerocker";
    githubId = 46468162;
  };
  moni = {
    email = "lythe1107@gmail.com";
    matrix = "@fortuneteller2k:matrix.org";
    github = "moni";
    githubId = 20619776;
    name = "moni";
  };
  monsieurp = {
    email = "monsieurp@gentoo.org";
    github = "monsieurp";
+1 −1
Original line number Diff line number Diff line
@@ -30,5 +30,5 @@ in
      ++ optionals (activatedHosts == [ ]) [ "${pkgs.stevenblack-blocklist}/hosts" ];
  };

  meta.maintainers = [ maintainers.fortuneteller2k maintainers.artturin ];
  meta.maintainers = [ maintainers.moni maintainers.artturin ];
}
+1 −1
Original line number Diff line number Diff line
@@ -48,6 +48,6 @@ mkDerivation rec {
    description = "2D molecule editor";
    homepage = "https://sourceforge.net/projects/molsketch/";
    license = licenses.gpl2Plus;
    maintainers = [ maintainers.fortuneteller2k ];
    maintainers = [ maintainers.moni ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/curlpipe/ox";
    changelog = "https://github.com/curlpipe/ox/releases/tag/${version}";
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ fortuneteller2k ];
    maintainers = with maintainers; [ moni ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/Misterio77/flavours";
    changelog = "https://github.com/Misterio77/flavours/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fortuneteller2k misterio77 ];
    maintainers = with maintainers; [ moni misterio77 ];
  };
}
Loading