Bring my stdenv.lib.maintainers user name in line with my github nick.
This commit is contained in:
@@ -37,6 +37,6 @@ stdenv.mkDerivation {
|
||||
details and threading mechanisms for scalability and performance.
|
||||
'';
|
||||
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||
maintainers = with stdenv.lib.maintainers; [ simons thoughtpolice ];
|
||||
maintainers = with stdenv.lib.maintainers; [ peti thoughtpolice ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user