1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 00:55:56 +02:00

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
+1 -1
View File
@@ -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.