diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-06-19 09:37:57 -0400 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-06-19 09:37:57 -0400 |
commit | cf8ac29ff959d8c5ac8edf23cbfca1be16328f63 (patch) | |
tree | db1401c884f25de5bfea25e088a623c71788aee7 /guix.scm | |
parent | a4b396954b70402c2ed8cba07221f06c27816839 (diff) |
fix: correct license short-form identifiers
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,10 +29,10 @@ (arguments `()) (native-inputs (list autoconf automake pkg-config texinfo)) - (inputs (list guile-3.0 guile-json guile-websocket)) - ;; (propagated-inputs (list guile-json)) + (inputs (list guile-3.0 guile-json guile-config guile-simple-zmq)) + (propagated-inputs (list zeromq) (synopsis "") (description "") (home-page "") - (license license:gpl3+)) + (license license:agpl3+)) |