fix license

This commit is contained in:
2025-08-07 16:45:21 -05:00
parent 2c2abb6f2f
commit c594061245

View File

@@ -1,5 +1,5 @@
(define-module (gchannel packages floorp) (define-module (gchannel packages floorp)
#:use-module ((guix licenses) #:prefix license:) #:use-module ((nonguix licenses) #:prefix license:)
#:use-module (guix gexp) #:use-module (guix gexp)
#:use-module (guix packages) #:use-module (guix packages)
#:use-module (guix download) #:use-module (guix download)
@@ -62,10 +62,11 @@
#:use-module (gnu packages vulkan) #:use-module (gnu packages vulkan)
) )
(define-public floorp (define-public floorp
(package (package
(name "floorp") (name "floorp")
(version "12.0.15") (version "12.0.16")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/Floorp-Projects/Floorp/releases/download/v" version "/floorp-linux-amd64.tar.xz")) (uri (string-append "https://github.com/Floorp-Projects/Floorp/releases/download/v" version "/floorp-linux-amd64.tar.xz"))
@@ -238,7 +239,5 @@
(home-page "https://floorp.app/") (home-page "https://floorp.app/")
(description "Floorp is the first Firefox-based browser to enable UI customization, designed so that anyone can easily (description "Floorp is the first Firefox-based browser to enable UI customization, designed so that anyone can easily
adjust their browsing experience to their preferences and access the web with ease.") adjust their browsing experience to their preferences and access the web with ease.")
(license (license (license:nonfree "https://github.com/Floorp-Projects/Floorp-private-components/blob/main/LICENSE"))
(name "floorp-shared-source") ))
(uri "https://github.com/Floorp-Projects/Floorp-private-components/blob/main/LICENSE")
(comment "Floorp Shared Source License: non-commercial use only, modification allowed, no sublicensing, attribution required."))))