summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2025-02-21 23:41:08 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2025-02-21 23:41:08 +0100
commitfcd4cb552deed5b2e628a936f00ed8b62b97623d (patch)
tree9a456b83d07875be24dd7609862155ca9b0ea9b4
parentd3a9209f74feb63700baf81984f02f3e0d8e3ca5 (diff)
digilent-agent: fix metadataHEADmaster
-rw-r--r--digilent-agent.scm5
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)))))