add repositories.git to several packages

This commit is contained in:
Evgeny Egorochkin 2014-03-20 13:29:06 +02:00
parent 31fb83444f
commit 76f7ea6e39
3 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Integrated IRC client for KDE";
repositories.git = git://anongit.kde.org/konversation;
license = "GPL";
inherit (kdelibs.meta) maintainers platforms;
};

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
};
}

View File

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://www.torproject.org/projects/vidalia.html.en;
repositories.git = git://git.torproject.org/vidalia;
description = "a cross-platform graphical controller for the Tor software, built using the Qt framework";
license = licenses.gpl2Plus;
maintainers = [ maintainers.phreedom ];