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; { meta = with stdenv.lib; {
description = "Integrated IRC client for KDE"; description = "Integrated IRC client for KDE";
repositories.git = git://anongit.kde.org/konversation;
license = "GPL"; license = "GPL";
inherit (kdelibs.meta) maintainers platforms; inherit (kdelibs.meta) maintainers platforms;
}; };

View File

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://www.torproject.org/; 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"; description = "Tor, an anonymous network router to improve privacy on the Internet";
longDescription='' longDescription=''
@ -30,10 +31,7 @@ stdenv.mkDerivation rec {
license="mBSD"; license="mBSD";
maintainers = maintainers = with stdenv.lib.maintainers; [ phreedom ludo ];
[ # Russell OConnor <roconnor@theorem.ca> ?
stdenv.lib.maintainers.ludo
];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice platforms = stdenv.lib.platforms.gnu; # arbitrary choice
}; };
} }

View File

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