add repositories.git to several packages

This commit is contained in:
Evgeny Egorochkin
2014-02-14 09:34:30 +02:00
parent a0b1954611
commit cf3d2e0a17
3 changed files with 4 additions and 0 deletions
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://www.cypherpunks.ca/otr/";
repositories.git = git://git.code.sf.net/p/otr/libotr;
license = "LGPLv2.1";
description = "Library for Off-The-Record Messaging";
};