Merge pull request #284265 from reedrw/pydf-mainprogram

pydf: set meta.mainProgram
This commit is contained in:
h7x4 2024-01-27 15:50:42 +01:00 committed by GitHub
commit 3e0b12bafe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ python3Packages.buildPythonPackage rec {
meta = with lib; {
description = "colourised df(1)-clone";
homepage = "http://kassiopeia.juls.savba.sk/~garabik/software/pydf/";
mainProgram = "pydf";
license = licenses.publicDomain;
maintainers = with maintainers; [ monsieurp ];
};