mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-06 06:46:54 -04:00
meta(guix): more appropriate licenses field
This commit is contained in:
parent
5e00c40197
commit
47fda57aaf
1 changed files with 4 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
#:use-module (gnu packages ninja)
|
#:use-module (gnu packages ninja)
|
||||||
#:use-module (gnu packages pkg-config)
|
#:use-module (gnu packages pkg-config)
|
||||||
#:use-module (guix build-system meson)
|
#:use-module (guix build-system meson)
|
||||||
#:use-module (guix licenses))
|
#:use-module ((guix licenses) #:prefix license:))
|
||||||
|
|
||||||
|
|
||||||
(define-public mangowm-git
|
(define-public mangowm-git
|
||||||
|
|
@ -59,7 +59,9 @@
|
||||||
(synopsis "Wayland compositor based on wlroots and scenefx")
|
(synopsis "Wayland compositor based on wlroots and scenefx")
|
||||||
(description "A Wayland compositor based on wlroots and scenefx,
|
(description "A Wayland compositor based on wlroots and scenefx,
|
||||||
inspired by dwl but aiming to be more feature-rich.")
|
inspired by dwl but aiming to be more feature-rich.")
|
||||||
(license gpl3)))
|
(license (list license:gpl3 ;mangowm itself, dwl
|
||||||
|
license:expat ;dwm, sway, wlroots
|
||||||
|
license:cc0)))) ;tinywl
|
||||||
|
|
||||||
(define-deprecated-package mangowc
|
(define-deprecated-package mangowc
|
||||||
mangowm-git)
|
mangowm-git)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue