xmloscopy: with
This commit is contained in:
parent
a428849ce7
commit
16584b52f3
@ -43,11 +43,11 @@ stdenv.mkDerivation rec {
|
|||||||
--set PATH "${spath}"
|
--set PATH "${spath}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "wtf is my docbook broken?";
|
description = "wtf is my docbook broken?";
|
||||||
homepage = https://github.com/grahamc/xmloscopy;
|
homepage = https://github.com/grahamc/xmloscopy;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.grahamc ];
|
maintainers = with maintainers; [ grahamc ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user