aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authornotgne22020-09-29 21:27:52 -0700
committernotgne22020-09-29 21:27:52 -0700
commit05a997558400f093c7278decd6300ce09044227b (patch)
tree9600f882d720a9d00de7c28fad6993d2b5fc5007 /src/main.rs
parenta0328dbcf76b7c551e92fd25060cfc7d7e4d9ebe (diff)
parent8d21dd335e5259dadf832a5d1a7c72b9dd1f4400 (diff)
Merge branch 'master' of github.com:notgne2/deploy-rs into master
Diffstat (limited to '')
-rw-r--r--src/main.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index f8b03a3..75842e5 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
+//
+// SPDX-License-Identifier: MPL-2.0
+
use clap::Clap;
use std::process::Stdio;
@@ -17,7 +21,7 @@ mod utils;
/// Simple Rust rewrite of a simple Nix Flake deployment tool
#[derive(Clap, Debug)]
-#[clap(version = "1.0", author = "notgne2 <gen2@gen2.space>")]
+#[clap(version = "1.0", author = "Serokell <https://serokell.io/>")]
struct Opts {
/// The flake to deploy
#[clap(default_value = ".")]