Merge pull request #123255 from midchildan/chore/trafficserver

trafficserver: remove joaquinito2051 as maintainer
This commit is contained in:
Daniël de Kok 2021-05-16 19:42:10 +02:00 committed by GitHub
commit f515d1f93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

@ -4765,12 +4765,6 @@
githubId = 1102396; githubId = 1102396;
name = "Jussi Maki"; name = "Jussi Maki";
}; };
joaquinito2051 = {
email = "joaquinito2051@gmail.com";
github = "heroku-miraheze";
githubId = 61781343;
name = "Joaquín Rufo Gutierrez";
};
jobojeha = { jobojeha = {
email = "jobojeha@jeppener.de"; email = "jobojeha@jeppener.de";
github = "jobojeha"; github = "jobojeha";

View File

@ -201,7 +201,7 @@ stdenv.mkDerivation rec {
large intranets by maximizing existing and available bandwidth. large intranets by maximizing existing and available bandwidth.
''; '';
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ midchildan joaquinito2051 ]; maintainers = with maintainers; [ midchildan ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }