Merge pull request #192187 from Enzime/ykman

yubikey-manager: set `meta.mainProgram`
This commit is contained in:
superherointj 2022-09-21 10:41:16 -03:00 committed by GitHub
commit 35ca832f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,5 +68,6 @@ python3Packages.buildPythonPackage rec {
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ benley lassulus pinpox ];
mainProgram = "ykman";
};
}