From bf1818dd5dd80724ece212850b7686feb7021a42 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Wed, 8 May 2019 19:12:55 -0400 Subject: [PATCH] gcc48, gfortran48: add myself as maintainer cc #61130 --- pkgs/development/compilers/gcc/4.8/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/gcc/4.8/default.nix b/pkgs/development/compilers/gcc/4.8/default.nix index d03c2b64894..8fba9be4901 100644 --- a/pkgs/development/compilers/gcc/4.8/default.nix +++ b/pkgs/development/compilers/gcc/4.8/default.nix @@ -411,7 +411,7 @@ stdenv.mkDerivation ({ compiler used in the GNU system including the GNU/Linux variant. ''; - maintainers = with stdenv.lib.maintainers; [ peti ]; + maintainers = with stdenv.lib.maintainers; [ peti veprbl ]; platforms = stdenv.lib.platforms.linux ++