add meta.repositories.git to several packages

This commit is contained in:
Evgeny Egorochkin
2013-12-10 01:07:30 +02:00
parent 08a3ef19cd
commit 328d59eab6
4 changed files with 4 additions and 0 deletions
@@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Icarus Verilog compiler";
repositories.git = https://github.com/steveicarus/iverilog.git;
homepage = http://www.icarus.com;
license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [winden];