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