Skip to content

Commit

Permalink
Use https for security reasons. Also for some reason this doesn't wor…
Browse files Browse the repository at this point in the history
…k for me over HTTP, changing pivotal-base-url fixed it for me.
  • Loading branch information
niklas committed Feb 6, 2012
1 parent 6ac66cf commit 8389573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pivotal-tracker.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
:group 'pivotal
:type 'string)

(defconst pivotal-base-url "http://www.pivotaltracker.com/services/v3"
(defconst pivotal-base-url "https://www.pivotaltracker.com/services/v3"
"format string to use when creating endpoint urls")

(defconst pivotal-states `("unstarted" "started" "finished" "delivered" "accepted" "rejected")
Expand Down

0 comments on commit 8389573

Please sign in to comment.