From 7298f55877de7313adb9350a348f1ad6548bd51e Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Sat, 28 Dec 2019 14:31:57 -0600 Subject: [PATCH] gnu: picom: Correct typo. * gnu/packages/compton.scm (picom): Correct spelling of "license". --- gnu/packages/compton.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (define-public picom 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.