Unverified Commit 94a417d7 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

Merge pull request #279460 from thiagokokada/drop-thiagokokada-from-packages

treewide: remove thiagokokada from maintainers on some packages
parents 4f3be8a7 627a628d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
    description = "A graphical Git client designed to help you understand and manage your source code history";
    homepage = "https://murmele.github.io/Gittyup";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ thiagokokada ];
    maintainers = with maintainers; [ ];
    platforms = platforms.unix;
    broken = stdenv.isDarwin;
  };
+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ in with passthru; stdenv.mkDerivation ({
      '';
      license = lib.licenses.psfl;
      platforms = lib.platforms.all;
      maintainers = with lib.maintainers; [ fridh thiagokokada ];
      maintainers = with lib.maintainers; [ fridh ];
      knownVulnerabilities = [
        "Python 2.7 has reached its end of life after 2020-01-01. See https://www.python.org/doc/sunset-python-2/."
        # Quote: That means that we will not improve it anymore after that day,
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@ buildGraalvmNativeImage rec {
    license = licenses.epl10;
    changelog =
      "https://github.com/clj-kondo/clj-kondo/blob/v${version}/CHANGELOG.md";
    maintainers = with maintainers; [ jlesquembre bandresen thiagokokada ];
    maintainers = with maintainers; [ jlesquembre bandresen ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
    description = "Set P-State voltages and clock speeds on recent AMD CPUs on Linux.";
    homepage = "https://github.com/kevinlekiller/amdctl";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ thiagokokada ];
    maintainers = with maintainers; [ ];
    platforms = [ "x86_64-linux" ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ stdenv.mkDerivation rec {
      ADF, DMS, LZX, PowerPacker, LBR, Squeeze, Crunch, and other old formats.
    '';
    license = licenses.lgpl21Plus;
    maintainers = with maintainers; [ peterhoeg thiagokokada ];
    maintainers = with maintainers; [ peterhoeg ];
    platforms = platforms.unix;
  };
}
Loading