fix cloneit derivation

This commit is contained in:
raf 2023-11-03 12:42:04 +03:00
parent 586140ce47
commit c065ebb2f6
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -23,12 +23,6 @@ rustPlatform.buildRustPackage rec {
buildInputs = [openssl];
meta2 = with lib; {
mainProgram = "cloneit";
homepage = "https://github.com/alok8bb/cloneit";
license = licenses.mit;
};
meta = {
description = "CLI tool to download specific GitHub directories or files";
homepage = "https://github.com/alok8bb/cloneit";