summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2025-01-10 23:17:17 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2025-01-10 23:17:17 +0100
commit82238684211b2ee81652f6924a28c695acbf79e8 (patch)
tree799b7e5911507a3c2b723f978107a3625bfef4f1 /guix.scm
parent3612f4a88e6a06a9c0fa7cfdb81cbbf6f081a1a9 (diff)
guix: package betterHEADmaster
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 3a353ef..d6f2f0e 100644
--- a/guix.scm
+++ b/guix.scm
@@ -48,11 +48,10 @@
(mkdir "out")
(for-each make-all-logo-formats
(list "technology" "publishing")))))))
-
(build-system copy-build-system)
(home-page "https://elenq.tech")
(synopsis "ElenQ logos")
(description "ElenQ Technology logos in different sizes and formats.")
- (license license:asl2.0)))
+ (license license:cc-by-sa4.0)))
elenq-logos