forked from Lainports/freebsd-ports
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
573 B
Text
9 lines
573 B
Text
git-crypt enables transparent encryption and decryption of files in a
|
|
git repository. Files which you choose to protect are encrypted when
|
|
committed, and decrypted when checked out. git-crypt lets you freely
|
|
share a repository containing a mix of public and private
|
|
content. git-crypt gracefully degrades, so developers without the
|
|
secret key can still clone and commit to a repository with encrypted
|
|
files. This lets you store your secret material (such as keys or
|
|
passwords) in the same repository as your code, without requiring you
|
|
to lock down your entire repository.
|