summaryrefslogtreecommitdiff
path: root/tuxedo-keyboard.scm
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-11-11 19:42:56 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2020-11-11 19:42:56 +0100
commit11e09fdb7ef327e4b644c2af253b76113f36f451 (patch)
treeca7c57b04f5d81190a7200b3fe023525d74855ae /tuxedo-keyboard.scm
parentecfa271e9a3c0b88481f4590e1f0ccacaada3aa1 (diff)
Correct some packages
Diffstat (limited to 'tuxedo-keyboard.scm')
-rw-r--r--tuxedo-keyboard.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/tuxedo-keyboard.scm b/tuxedo-keyboard.scm
index 6fd54cf..c42f476 100644
--- a/tuxedo-keyboard.scm
+++ b/tuxedo-keyboard.scm
@@ -13,20 +13,20 @@
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/tuxedocomputers/tuxedo-keyboard.git")
+ (url "https://github.com/tuxedocomputers/tuxedo-keyboard")
(commit commit-ref)))
+ (file-name (git-file-name name version))
(sha256
(base32 "104i050ymrj0h0p52q52mn496gchq2k1gnnvxcqffrb69gzsa153"))))
(arguments
- `(#:tests? #f ; Has no tests
- ))
+ ;; Has no tests
+ `(#:tests? #f))
(native-inputs
`(("linux-headers" ,linux-libre-headers)))
(build-system linux-module-build-system)
- (home-page "http://tuxedocomputers.com")
- (synopsis "TUXEDO Computers Kernel Module for keyboard backlighting.")
- (description
- "Additions:
+ (home-page "http://www.tuxedocomputers.com")
+ (synopsis "TUXEDO Computers Kernel Module for keyboard backlighting")
+ (description "Additions:
@itemize
@item Sysfs interface to control the brightness, mode, color, on/off state
@item DKMS Ready