add repositories.git to several packages

This commit is contained in:
Evgeny Egorochkin
2014-03-20 13:32:29 +02:00
parent 31fb83444f
commit 76f7ea6e39
3 changed files with 4 additions and 4 deletions
+2 -4
View File
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.torproject.org/;
repositories.git = https://git.torproject.org/git/tor;
description = "Tor, an anonymous network router to improve privacy on the Internet";
longDescription=''
@@ -30,10 +31,7 @@ stdenv.mkDerivation rec {
license="mBSD";
maintainers =
[ # Russell OConnor <roconnor@theorem.ca> ?
stdenv.lib.maintainers.ludo
];
maintainers = with stdenv.lib.maintainers; [ phreedom ludo ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
};
}