libyaml: Add myself as a maintainer and add platforms meta
This commit is contained in:
parent
cfbf651294
commit
87ee3d5d5e
@ -14,5 +14,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://pyyaml.org/;
|
homepage = http://pyyaml.org/;
|
||||||
description = "A YAML 1.1 parser and emitter written in C";
|
description = "A YAML 1.1 parser and emitter written in C";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
maintainers = with maintainers; [ wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user