This commit is contained in:
parent
365ece0dbd
commit
189cdf0594
3 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
<Authors>Bruno Deanoz</Authors>
|
<Authors>Bruno Deanoz</Authors>
|
||||||
<Copyright>Copyright (c) 2026 Bruno Deanoz</Copyright>
|
<Copyright>Copyright (c) 2026 Bruno Deanoz</Copyright>
|
||||||
<Description>PowerShell module for noz — manage notes directly from the PowerShell prompt.</Description>
|
<Description>PowerShell module for noz — manage notes directly from the PowerShell prompt.</Description>
|
||||||
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
|
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
|
||||||
<RepositoryUrl>https://git.kryptomrx.de/noz/noz-cli</RepositoryUrl>
|
<RepositoryUrl>https://git.kryptomrx.de/noz/noz-cli</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<Authors>Bruno Deanoz</Authors>
|
<Authors>Bruno Deanoz</Authors>
|
||||||
<Copyright>Copyright (c) 2026 Bruno Deanoz</Copyright>
|
<Copyright>Copyright (c) 2026 Bruno Deanoz</Copyright>
|
||||||
<Description>Core library for noz-cli — API client, note models and sync logic.</Description>
|
<Description>Core library for noz-cli — API client, note models and sync logic.</Description>
|
||||||
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
|
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
|
||||||
<RepositoryUrl>https://git.kryptomrx.de/noz/noz-cli</RepositoryUrl>
|
<RepositoryUrl>https://git.kryptomrx.de/noz/noz-cli</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
<Authors>Bruno Deanoz</Authors>
|
<Authors>Bruno Deanoz</Authors>
|
||||||
<Copyright>Copyright (c) 2026 Bruno Deanoz</Copyright>
|
<Copyright>Copyright (c) 2026 Bruno Deanoz</Copyright>
|
||||||
<Description>CLI for noz — create, edit, sync and manage notes in a self-hosted digital garden.</Description>
|
<Description>CLI for noz — create, edit, sync and manage notes in a self-hosted digital garden.</Description>
|
||||||
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
|
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
|
||||||
<RepositoryUrl>https://git.kryptomrx.de/noz/noz-cli</RepositoryUrl>
|
<RepositoryUrl>https://git.kryptomrx.de/noz/noz-cli</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue