rustypaste-cli: formatting
This commit is contained in:
parent
7552e61d04
commit
2e8458d138
1 changed files with 20 additions and 20 deletions
|
@ -4,7 +4,7 @@
|
|||
fetchFromGitHub,
|
||||
...
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "rustypaste-cli";
|
||||
version = "0.3.0";
|
||||
src = fetchFromGitHub {
|
||||
|
@ -20,6 +20,6 @@
|
|||
description = "A CLI tool for rustypaste ";
|
||||
homepage = "https://github.com/orhun/rustypaste-cli";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ notohh ];
|
||||
}
|
||||
}
|
||||
maintainers = with maintainers; [notohh];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue