mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
swift: add myself as maintainer
This commit is contained in:
parent
2004e2a97d
commit
4c5110be76
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ stdenv.mkDerivation {
|
|||
meta = with lib; {
|
||||
description = "The Swift Programming Language";
|
||||
homepage = "https://github.com/apple/swift";
|
||||
maintainers = with maintainers; [ dtzWill trepetti dduan ];
|
||||
maintainers = with maintainers; [ dtzWill trepetti dduan trundle ];
|
||||
license = licenses.asl20;
|
||||
# Swift doesn't support 32-bit Linux, unknown on other platforms.
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue