Bring my stdenv.lib.maintainers user name in line with my github nick.
This commit is contained in:
@@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A BitTorrent library written in C++ for *nix, with focus on high performance and good code";
|
||||
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ simons ebzzry codyopel ];
|
||||
maintainers = with maintainers; [ ebzzry codyopel ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
|
||||
description = "An ncurses client for libtorrent, ideal for use with screen, tmux, or dtach";
|
||||
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ simons ebzzry codyopel ];
|
||||
maintainers = with maintainers; [ ebzzry codyopel ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
'';
|
||||
homepage = http://tahoe-lafs.org/;
|
||||
license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ];
|
||||
maintainers = with lib.maintainers; [ simons MostAwesomeDude ];
|
||||
maintainers = with lib.maintainers; [ MostAwesomeDude ];
|
||||
platforms = lib.platforms.gnu; # arbitrary choice
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user