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 = "Utilities for creating and checking FAT and VFAT file systems";
repositories.git = git://daniel-baumann.ch/git/software/dosfstools.git;
homepage = http://www.daniel-baumann.ch/software/dosfstools/;
platforms = stdenv.lib.platforms.linux;
};