Commit 0a58c62f authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

argc: small refactorings



Co-authored-by: default avatarSandro <sandro.jaeckel@gmail.com>
parent c00d9adb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {

  src = fetchFromGitHub {
    owner = "sigoden";
    repo = pname;
    repo = "argc";
    rev = "v${version}";
    hash = "sha256-Li/K5/SLG6JuoRJDz2DQoj1Oi9LQgZWHNvtZ1HVbj88=";
  };
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
  '';

  meta = with lib; {
    description = "A command-line options, arguments and sub-commands parser for bash";
    description = "Command-line options, arguments and sub-commands parser for bash";
    mainProgram = "argc";
    homepage = "https://github.com/sigoden/argc";
    changelog = "https://github.com/sigoden/argc/releases/tag/v${version}";