duplicity: set meta.mainProgram

This commit is contained in:
Jan Tojnar
2024-07-01 17:00:45 +02:00
parent 00d80d1381
commit fa522d1dfd
+1
View File
@@ -150,6 +150,7 @@ let self = python3.pkgs.buildPythonApplication rec {
description = "Encrypted bandwidth-efficient backup using the rsync algorithm";
homepage = "https://duplicity.gitlab.io/duplicity-web/";
license = licenses.gpl2Plus;
mainProgram = "duplicity";
maintainers = with maintainers; [ corngood ];
};
};