Merge #79609: Remove pbogdan from maintainers
This commit is contained in:
commit
94bb2ff95f
|
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||||
description = "A simple MP3 and Media player client for UNIX and UNIX like systems.";
|
description = "A simple MP3 and Media player client for UNIX and UNIX like systems.";
|
||||||
homepage = https://gmtp.sourceforge.io;
|
homepage = https://gmtp.sourceforge.io;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.pbogdan ];
|
maintainers = [ ];
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,8 +32,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://github.com/EliverLara/Ant;
|
homepage = https://github.com/EliverLara/Ant;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [
|
maintainers = [ ];
|
||||||
maintainers.pbogdan
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,6 @@ stdenv.mkDerivation {
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
homepage = https://github.com/rocky/libcdio-paranoia;
|
homepage = https://github.com/rocky/libcdio-paranoia;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = [ maintainers.pbogdan ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A traceroute implementation using TCP packets.";
|
description = "A traceroute implementation using TCP packets.";
|
||||||
homepage = https://github.com/mct/tcptraceroute;
|
homepage = https://github.com/mct/tcptraceroute;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.pbogdan ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue