summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels.scm12
-rw-r--r--guix.scm3
2 files changed, 13 insertions, 2 deletions
diff --git a/channels.scm b/channels.scm
new file mode 100644
index 0000000..855443d
--- /dev/null
+++ b/channels.scm
@@ -0,0 +1,12 @@
+(list (channel
+ (name 'ekaitz)
+ (url "git://git.elenq.tech/guix-packages")
+ (branch "master")
+ (commit
+ "ceb0a9f75b18ab1ab1924ade19c8ade691871e66"))
+ (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (branch "master")
+ (commit
+ "461d773adead955e2daead70cee4415f7f0f00be")))
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