xmloscopy: with

This commit is contained in:
Graham Christensen 2019-08-05 22:02:13 -04:00
parent a428849ce7
commit 16584b52f3
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -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 ];
};
}