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