Consistent licenses

This commit is contained in:
Victor Fuentes 2022-09-24 21:52:49 -04:00
parent 56f3326324
commit 8810c03fe8
No known key found for this signature in database
GPG Key ID: 0A88B68D6A9ACAE0
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>@app-id@</id>
<metadata_license>CC-BY-SA-4.0</metadata_license>
<project_license>GPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<name>Nix Software Center</name>
<summary>A simple application to manage your NixOS packages.</summary>
<description>

View File

@ -33,7 +33,7 @@ impl SimpleComponent for AboutPageModel {
set_developer_name: "Victor Fuentes",
set_version: env!("CARGO_PKG_VERSION"),
set_issue_url: "https://github.com/vlinkz/nix-software-center/issues",
set_license_type: gtk::License::Gpl30,
set_license_type: gtk::License::Gpl30Only,
set_website: "https://github.com/vlinkz/nix-software-center",
set_developers: &["Victor Fuentes https://github.com/vlinkz"],
}