mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
tinc: add myself as maintainer
This commit is contained in:
parent
2cdec00dd2
commit
f341fd2fe0
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
|
|||
homepage="http://www.tinc-vpn.org/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ fpletz lassulus ];
|
||||
maintainers = with maintainers; [ fpletz lassulus mic92 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue