mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-22 13:20:44 +00:00
fix cloneit derivation
This commit is contained in:
parent
586140ce47
commit
c065ebb2f6
1 changed files with 0 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue