xmlcopyeditor: reformat

This commit is contained in:
Weijia Wang
2024-11-12 00:14:00 +01:00
parent 0d0a2ad4d7
commit 106603e4e9
+18 -14
View File
@@ -1,16 +1,17 @@
{ lib
, stdenv
, fetchurl
, aspell
, boost
, expat
, intltool
, pkg-config
, libxml2
, libxslt
, pcre2
, wxGTK32
, xercesc
{
lib,
stdenv,
fetchurl,
aspell,
boost,
expat,
intltool,
pkg-config,
libxml2,
libxslt,
pcre2,
wxGTK32,
xercesc,
}:
stdenv.mkDerivation rec {
@@ -54,7 +55,10 @@ stdenv.mkDerivation rec {
homepage = "https://xml-copy-editor.sourceforge.io/";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ candeira wegank ];
maintainers = with maintainers; [
candeira
wegank
];
mainProgram = "xmlcopyeditor";
};
}