gnu: picom: Correct typo.

* gnu/packages/compton.scm (picom): Correct spelling of "license".
This commit is contained in:
Brett Gilio 2019-12-28 14:31:57 -06:00
parent 18431fe03f
commit 7298f55877
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -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.