Merge pull request #286829 from reedrw/clipit-mainprogram

clipit: set meta.mainProgram
This commit is contained in:
Weijia Wang 2024-02-24 04:55:57 +01:00 committed by GitHub
commit 9e62e3a29f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,8 +28,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Lightweight GTK Clipboard Manager";
inherit (src.meta) homepage;
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "clipit";
maintainers = with maintainers; [ kamilchm ];
};
}