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