rdiff-backup: set meta.platforms

This commit is contained in:
Bjørn Forsman 2014-11-23 21:33:25 +01:00
parent a175776477
commit 98344757b9

View file

@ -21,6 +21,7 @@ stdenv.mkDerivation {
description = "backup system trying to combine best a mirror and an incremental backup system";
homepage = http://rdiff-backup.nongnu.org/;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
};
}