Unverified Commit 9c50de8b authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

tree-wide: remove eelco as maintainer from things he no longer maintains (#336287)

parents 6602decb 5dfdb095
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
    homepage = "https://audacious-media-player.org";
    downloadPage = "https://github.com/audacious-media-player/audacious";
    mainProgram = "audacious";
    maintainers = with lib.maintainers; [ eelco ramkromberg ttuegel thiagokokada ];
    maintainers = with lib.maintainers; [ ramkromberg ttuegel thiagokokada ];
    platforms = lib.platforms.linux;
    license = with lib.licenses; [
      bsd2
+1 −1
Original line number Diff line number Diff line
@@ -184,6 +184,6 @@ stdenv.mkDerivation {
    '';

  meta = meta // {
    maintainers = with lib.maintainers; [ eelco ftrvxmtrx sheenobu timokau ma27 ];
    maintainers = with lib.maintainers; [ ftrvxmtrx sheenobu timokau ma27 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
    description = "Genesis/Mega Drive emulator";
    platforms = [ "i686-linux" ];
    license = licenses.gpl2Plus;
    maintainers = [ maintainers.eelco ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ in mkDerivation {
    homepage = "https://github.com/kmkolasinski/AwesomeBump";
    description = "Program to generate normal, height, specular or ambient occlusion textures from a single image";
    license = lib.licenses.gpl3Plus;
    maintainers = [ lib.maintainers.eelco ];
    maintainers = [ ];
    platforms = lib.platforms.linux;
    mainProgram = "AwesomeBump";
  };
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ mkDerivation {
    description = "KDE integrated BtTorrent client";
    homepage    = "https://apps.kde.org/ktorrent/";
    license     = licenses.gpl2Plus;
    maintainers = with maintainers; [ eelco ];
    maintainers = [ ];
  };

  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
Loading