mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
nixpkgs: add myself as a 'tor' maintainer
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
bc10c92377
commit
92eb86e110
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
license="mBSD";
|
||||
|
||||
maintainers = with stdenv.lib.maintainers; [ phreedom ludo doublec ];
|
||||
maintainers = with stdenv.lib.maintainers;
|
||||
[ phreedom ludo doublec thoughtpolice ];
|
||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue