Bring my stdenv.lib.maintainers user name in line with my github nick.
This commit is contained in:
@@ -28,6 +28,5 @@ stdenv.mkDerivation {
|
||||
description = "Source code indenter, formatter, and beautifier for C, C++, C# and Java";
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,8 +36,6 @@ stdenv.mkDerivation rec {
|
||||
Standards. Automake requires the use of Autoconf.
|
||||
'';
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,8 +36,6 @@ stdenv.mkDerivation rec {
|
||||
Standards. Automake requires the use of Autoconf.
|
||||
'';
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,8 +36,6 @@ stdenv.mkDerivation rec {
|
||||
Standards. Automake requires the use of Autoconf.
|
||||
'';
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = http://ctags.sourceforge.net/;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ simons ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
# So that Exuberant ctags is preferred over emacs's ctags
|
||||
|
||||
@@ -75,7 +75,7 @@ let
|
||||
license = "GPL";
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ simons anderspapitto ];
|
||||
maintainers = with stdenv.lib.maintainers; [ anderspapitto ];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user