Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
fix urls in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudRoutine committed Oct 19, 2016
1 parent 0a07a5e commit 6a4583f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ open Fake.AssemblyInfoFile
let project = "FsSrGen"
let authors = ["Don Syme";"Enrico Sada";"Jared Hester"]

// let gitOwner = "fsprojects"
let gitOwner = "cloudRoutine"
let gitOwner = "fsprojects"
let gitHome = "https://github.com/" + gitOwner

let gitName = "FsSrGen"
// let gitRaw = environVarOrDefault "gitRaw" "https://raw.githubusercontent.com/fsprojects"
let gitRaw = environVarOrDefault "gitRaw" "https://raw.githubusercontent.com/cloudRoutine"
let gitRaw = environVarOrDefault "gitRaw" "https://raw.githubusercontent.com/fsprojects"

// The rest of the code is standard F# build script
// --------------------------------------------------------------------------------------
Expand Down

0 comments on commit 6a4583f

Please sign in to comment.