orientdb: https in homepage/caveat

This commit is contained in:
Viktor Szakats 2017-03-20 17:31:00 +01:00 committed by Mike McQuaid
parent 2be50118fe
commit 0c78fc65a6

View file

@ -1,6 +1,6 @@
class Orientdb < Formula
desc "Graph database"
homepage "https://orientdb.com"
homepage "https://orientdb.com/"
url "https://orientdb.com/download.php?file=orientdb-community-2.2.15.tar.gz"
sha256 "9a553c9d91eb03d954b085c6ecbe05c54526b166c8ca86f1fb27036b2f4dba03"
@ -55,7 +55,7 @@ class Orientdb < Formula
def caveats; <<-EOS.undent
The OrientDB root password was set to 'orientdb'. To reset it:
http://orientdb.com/docs/2.2/Server-Security.html#restoring-the-servers-user-root
https://orientdb.com/docs/2.2/Server-Security.html#restoring-the-servers-user-root
EOS
end