keychain: fix homepage
This commit is contained in:
parent
8c60c16642
commit
961b11694e
1 changed files with 1 additions and 2 deletions
|
@ -1,13 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Keychain < Formula
|
||||
homepage 'http://www.funtoo.org/wiki/Keychain'
|
||||
url 'http://www.funtoo.org/archive/keychain/keychain-2.7.1.tar.bz2'
|
||||
homepage 'http://www.funtoo.org/en/security/keychain/intro/'
|
||||
sha1 'e7ad7da374ba81e57792bb2695eb6c352f769de7'
|
||||
|
||||
def install
|
||||
bin.install "keychain"
|
||||
man1.install "keychain.1"
|
||||
doc.install ["ChangeLog", "README.rst"]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue