diff options
author | Brett Gilio <brettg@gnu.org> | 2019-12-28 14:31:57 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2019-12-28 14:31:57 -0600 |
commit | 7298f55877de7313adb9350a348f1ad6548bd51e (patch) | |
tree | 6ede9feb20bd9669961d90a3cf0e683368c6423d | |
parent | 18431fe03f83d0fa5fe1cc9d7dfde8a542d7071c (diff) |
gnu: picom: Correct typo.
* gnu/packages/compton.scm (picom): Correct spelling of "license".
-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. |