Add MIT license and fix Debian packaging
- Add MIT License for maximum permissivity - Update Cargo.toml with complete package metadata including license - Update README.md with license information and explanation - Fix Debian package systemd service installation conflict (remove manual installation, let debhelper handle it automatically) The MIT License allows anyone to use, modify, and distribute this software with minimal restrictions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
57628d940d
commit
780df1e348
4 changed files with 33 additions and 4 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -15,6 +15,4 @@ override_dh_auto_clean:
|
|||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
# Install config file
|
||||
install -D -m 644 debian/naas.default debian/naas/etc/default/naas
|
||||
# Install systemd service
|
||||
install -D -m 644 debian/naas.service debian/naas/lib/systemd/system/naas.service
|
||||
install -D -m 644 debian/naas.default debian/naas/etc/default/naas
|
||||
Loading…
Add table
Add a link
Reference in a new issue