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