This commit is contained in:
Philipp Schmitt 2023-11-30 11:39:30 +01:00
parent 90f34d03ed
commit c4ebc64133
No known key found for this signature in database
GPG Key ID: DC439C47EACB17F9

View File

@ -973,7 +973,7 @@ async fn run() -> Result<()> {
if licenses.is_empty() {
writeln!(
out,
"licenses.unfree; # FIXME: nix-init did not found a license",
"licenses.unfree; # FIXME: nix-init did not find a license",
)?;
} else if let [license] = &licenses[..] {
writeln!(out, "licenses.{license};")?;