rustypaste-cli: formatting

This commit is contained in:
notohh 2023-05-21 21:06:54 -04:00
parent 7552e61d04
commit 2e8458d138
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -4,7 +4,7 @@
fetchFromGitHub, fetchFromGitHub,
... ...
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rustypaste-cli"; pname = "rustypaste-cli";
version = "0.3.0"; version = "0.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
@ -20,6 +20,6 @@
description = "A CLI tool for rustypaste "; description = "A CLI tool for rustypaste ";
homepage = "https://github.com/orhun/rustypaste-cli"; homepage = "https://github.com/orhun/rustypaste-cli";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ notohh ]; maintainers = with maintainers; [notohh];
} };
} }