diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-02-21 23:41:08 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-02-21 23:41:08 +0100 |
commit | fcd4cb552deed5b2e628a936f00ed8b62b97623d (patch) | |
tree | 9a456b83d07875be24dd7609862155ca9b0ea9b4 | |
parent | d3a9209f74feb63700baf81984f02f3e0d8e3ca5 (diff) |
-rw-r--r-- | digilent-agent.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/digilent-agent.scm b/digilent-agent.scm index edb7977..c834550 100644 --- a/digilent-agent.scm +++ b/digilent-agent.scm @@ -67,5 +67,6 @@ (description "The Digilent Agent is a service that runs in the system tray and enables browser based applications to communicate with Digilent hardware.") - (home-page "https://reference.digilentinc.com/reference/software/digilent-agent/start") - (license license:lgpl3)))) + (home-page +"https://digilent.com/reference/software/digilent-agent/start") + (license (list license:gpl3 license:expat))))) |