diff options
Diffstat (limited to 'tuxedo-keyboard.scm')
-rw-r--r-- | tuxedo-keyboard.scm | 14 |
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 |