Merge #79609: Remove pbogdan from maintainers

This commit is contained in:
Vladimír Čunát 2020-02-09 11:20:47 +01:00
commit 94bb2ff95f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
4 changed files with 4 additions and 6 deletions

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation {
description = "A simple MP3 and Media player client for UNIX and UNIX like systems.";
homepage = https://gmtp.sourceforge.io;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.pbogdan ];
maintainers = [ ];
license = stdenv.lib.licenses.bsd3;
};
}

View File

@ -32,8 +32,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/EliverLara/Ant;
license = licenses.gpl3;
platforms = platforms.all;
maintainers = [
maintainers.pbogdan
];
maintainers = [ ];
};
}

View File

@ -30,6 +30,6 @@ stdenv.mkDerivation {
license = licenses.gpl3;
homepage = https://github.com/rocky/libcdio-paranoia;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [ maintainers.pbogdan ];
maintainers = [ ];
};
}

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
description = "A traceroute implementation using TCP packets.";
homepage = https://github.com/mct/tcptraceroute;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.pbogdan ];
maintainers = [ ];
};
}