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; {
|
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;
|
||||||
};
|
};
|
||||||
|
@ -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 O’Connor <roconnor@theorem.ca> ?
|
|
||||||
stdenv.lib.maintainers.ludo
|
|
||||||
];
|
|
||||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user