diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/compton.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/compton.scm b/gnu/packages/compton.scm index e03c194407..9183348819 100644 --- a/gnu/packages/compton.scm +++ b/gnu/packages/compton.scm @@ -155,5 +155,5 @@ with window managers that do not provide compositing. Picom is a fork of compton, which is a fork of xcompmgr-dana, which in turn is a fork of xcompmgr.") - (license (list license:expat ; The original compton lincense. + (license (list license:expat ; The original compton license. license:mpl2.0)))) ; License used by new picom files. |