add repositories.git to several packages
This commit is contained in:
parent
31fb83444f
commit
76f7ea6e39
@ -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;
|
||||
};
|
||||
|
@ -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 O’Connor <roconnor@theorem.ca> ?
|
||||
stdenv.lib.maintainers.ludo
|
||||
];
|
||||
maintainers = with stdenv.lib.maintainers; [ phreedom ludo ];
|
||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user