mainprogram -> mainProgram

This commit is contained in:
Philipp Woelfel 2022-01-19 23:32:08 -07:00
parent 27fda8f14d
commit c625aff4d1

View File

@ -69,7 +69,7 @@ in stdenv.mkDerivation rec {
description = "An easy to use, full-featured PDF editing software";
license = licenses.unfree;
platforms = platforms.linux;
mainprogram = pname;
mainProgram = pname;
maintainers = [ maintainers.pwoelfel ];
};
}