diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-10 23:17:17 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-10 23:17:17 +0100 |
commit | 82238684211b2ee81652f6924a28c695acbf79e8 (patch) | |
tree | 799b7e5911507a3c2b723f978107a3625bfef4f1 /guix.scm | |
parent | 3612f4a88e6a06a9c0fa7cfdb81cbbf6f081a1a9 (diff) |
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |