diff options
-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))))) |