diff options
author | Austin Seipp <austin@well-typed.com> | 2014-06-05 09:13:30 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-06-05 09:13:30 -0500 |
commit | 6ad11c467d82cb79b242463a6c34205b97a771c2 (patch) | |
tree | 88384af131878d56606cfacd2fda35e8c1e3984d /.arcconfig | |
parent | c226d25fef519db663d0c9efe7845637423f1dca (diff) | |
download | haskell-6ad11c467d82cb79b242463a6c34205b97a771c2.tar.gz |
Fix .arcconfig
See, what did I tell you? Broken!
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to '.arcconfig')
-rw-r--r-- | .arcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig index c8a74c3d1d..b9c39321ed 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,5 +1,5 @@ { "project.name" : "ghc", "repository.callsign" : "GHC", - "phabricator.uri" : "https://phabricator.haskell.org", + "phabricator.uri" : "https://phabricator.haskell.org" } |