Skip to content

Commit

Permalink
help2man: swap GNU url and mirror.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Apr 23, 2017
1 parent 45a0ff3 commit 512e7f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/help2man.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Help2man < Formula
desc "Automatically generate simple man pages"
homepage "https://www.gnu.org/software/help2man/"
url "https://ftpmirror.gnu.org/help2man/help2man-1.47.4.tar.xz"
mirror "https://ftp.gnu.org/gnu/help2man/help2man-1.47.4.tar.xz"
url "https://ftp.gnu.org/gnu/help2man/help2man-1.47.4.tar.xz"
mirror "https://ftpmirror.gnu.org/help2man/help2man-1.47.4.tar.xz"
sha256 "d4ecf697d13f14dd1a78c5995f06459bff706fd1ce593d1c02d81667c0207753"

bottle do
Expand Down

0 comments on commit 512e7f6

Please sign in to comment.