diff options
| author | Matt Corallo <[email protected]> | 2012-01-07 13:35:25 -0500 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2012-01-07 13:38:43 -0500 |
| commit | 65c82be0214c9480f12782284f9404dd7a6c1041 (patch) | |
| tree | 09907b58d7020ca2c0b44e13683b13af77df9282 /contrib/debian/control | |
| parent | Merge pull request #735 from sipa/netbase (diff) | |
| download | discoin-65c82be0214c9480f12782284f9404dd7a6c1041.tar.xz discoin-65c82be0214c9480f12782284f9404dd7a6c1041.zip | |
Remove mentions on anonymity in debian folder.
These should never have been there, bitcoin isnt anonymous without
a ton of work that virtually no users will ever be willing and
capable of doing.
Diffstat (limited to 'contrib/debian/control')
| -rw-r--r-- | contrib/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/debian/control b/contrib/debian/control index 13fde5948..c41664ca6 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -24,7 +24,7 @@ Vcs-Browser: http://github.com/bitcoin/bitcoin Package: bitcoind Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: peer-to-peer network based anonymous digital currency - daemon +Description: peer-to-peer network based digital currency - daemon Bitcoin is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and @@ -42,7 +42,7 @@ Description: peer-to-peer network based anonymous digital currency - daemon Package: bitcoin-qt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: peer-to-peer network based anonymous digital currency - QT GUI +Description: peer-to-peer network based digital currency - QT GUI Bitcoin is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and |