Commit 7239208c authored by Tadeo Kondrak's avatar Tadeo Kondrak
Browse files

treewide: remove maintainer tadeokondrak

parent 2d7a6fdc
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -19525,13 +19525,6 @@
    githubId = 28858039;
    name = "Tuomas Mäkinen";
  };
  tadeokondrak = {
    email = "me@tadeo.ca";
    github = "tadeokondrak";
    githubId = 4098453;
    name = "Tadeo Kondrak";
    keys = [ { fingerprint = "0F2B C0C7 E77C 5B42 AC5B  4C18 FBE6 07FC C495 16D3"; } ];
  };
  tadfisher = {
    email = "tadfisher@gmail.com";
    github = "tadfisher";
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ buildPythonApplication rec {
    mainProgram = "cum";
    homepage = "https://github.com/Hamuko/cum";
    license = licenses.asl20;
    maintainers = with maintainers; [ tadeokondrak ];
    maintainers = with maintainers; [ ];
    platforms = platforms.all;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
    mainProgram = "fff";
    homepage = "https://github.com/dylanaraps/fff";
    license = licenses.mit;
    maintainers = [ maintainers.tadeokondrak ];
    maintainers = [ ];
    platforms = platforms.all;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
    '';
    homepage = "https://github.com/bkueng/qMasterPassword";
    license = licenses.gpl3;
    maintainers = with lib.maintainers; [ tadeokondrak teutat3s ];
    maintainers = with lib.maintainers; [ teutat3s ];
    platforms = platforms.all;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ buildGoModule rec {
  meta = with lib; {
    description = "Email client for your terminal";
    homepage = "https://aerc-mail.org/";
    maintainers = with maintainers; [ tadeokondrak ];
    maintainers = with maintainers; [ ];
    mainProgram = "aerc";
    license = licenses.mit;
    platforms = platforms.unix;
Loading