1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

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";
};
}