Unverified Commit a0b5ce57 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

maintainers: drop tex

parent 90fa540f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -25574,12 +25574,6 @@
    name = "teutat3s";
    keys = [ { fingerprint = "81A1 1C61 F413 8C84 9139  A4FA 18DA E600 A6BB E705"; } ];
  };
  tex = {
    email = "milan.svoboda@centrum.cz";
    github = "tex";
    githubId = 27386;
    name = "Milan Svoboda";
  };
  textshell = {
    email = "textshell@uchuujin.de";
    github = "textshell";
+1 −1
Original line number Diff line number Diff line
@@ -89,6 +89,6 @@ stdenv.mkDerivation (finalAttrs: {
      cc-by-sa-30
    ];
    platforms = platforms.linux;
    maintainers = with maintainers; [ tex ];
    maintainers = [ ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/sc0ty/grip";
    license = licenses.gpl3;
    platforms = platforms.all;
    maintainers = with maintainers; [ tex ];
    maintainers = [ ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -318,7 +318,6 @@ buildPythonApplication rec {
    platforms = platforms.darwin ++ platforms.linux;
    mainProgram = "kitty";
    maintainers = with maintainers; [
      tex
      rvolosatovs
      Luflosi
      kashw2
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
    description = "Open-source Android/Desktop remake of Civ V";
    mainProgram = "unciv";
    homepage = "https://github.com/yairm210/Unciv";
    maintainers = with maintainers; [ tex ];
    maintainers = [ ];
    sourceProvenance = with sourceTypes; [ binaryBytecode ];
    license = licenses.mpl20;
    platforms = platforms.all;