diff options
author | EuAndreh <eu@euandre.org> | 2023-02-26 17:39:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-26 17:39:44 -0300 |
commit | 1fff85c6a1aa7fd998050be8a234ff8a44341360 (patch) | |
tree | 7843e16b8248bc56f41bfedfcd9adb6d93086b61 | |
parent | etc/guix/system.scm: Inline latest version of epson-L365 package (diff) | |
download | dotfiles-1fff85c6a1aa7fd998050be8a234ff8a44341360.tar.gz dotfiles-1fff85c6a1aa7fd998050be8a234ff8a44341360.tar.xz |
etc/guix/home.scm: Fix prefix of license in tmux inlined package
-rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 11a1ec7..73486c6 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -76,7 +76,7 @@ Together, these features enable uninterrupted tmux usage. No matter the computer or server restarts, if the machine is on, tmux will be there how you left it off the last time it was used.") (home-page "https://github.com/tmux-plugins/tmux-continuum/") - (license license:expat))) + (license licenses:expat))) (define-public hunspell-iconv (package |