BLCR: Add myself as mantainer. Add platforms.
svn path=/nixpkgs/trunk/; revision=29779
This commit is contained in:
@@ -31,5 +31,9 @@ stdenv.mkDerivation {
|
|||||||
description = "Berkeley Lab Checkpoint/Restart for Linux (BLCR)";
|
description = "Berkeley Lab Checkpoint/Restart for Linux (BLCR)";
|
||||||
homepage = https://ftg.lbl.gov/projects/CheckpointRestart/;
|
homepage = https://ftg.lbl.gov/projects/CheckpointRestart/;
|
||||||
license = "GPL2";
|
license = "GPL2";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [
|
||||||
|
z77z
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user