Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
darkhttpd: use https urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Oct 17, 2015
1 parent 0ab408b commit 3e69682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/darkhttpd.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Darkhttpd < Formula
desc "Small static webserver without CGI"
homepage "http://unix4lyfe.org/darkhttpd/"
url "http://unix4lyfe.org/darkhttpd/darkhttpd-1.10.tar.bz2"
homepage "https://unix4lyfe.org/darkhttpd/"
url "https://unix4lyfe.org/darkhttpd/darkhttpd-1.10.tar.bz2"
sha256 "b5a9bcfe6e65a3fc20f96e6badb5da7ba776a792f13fe90015fe9f63b3c2eb63"

def install
Expand Down

0 comments on commit 3e69682

Please sign in to comment.